Skip to content

Commit

Permalink
load method
Browse files Browse the repository at this point in the history
  • Loading branch information
hasumikin committed Oct 30, 2023
1 parent 46bf248 commit 58d84c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions require.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ This page explains the loading external libraries feature introduced in 0.9.23.

## Description

CRuby loads external libraries using `Kernel.#require` method.
Likewise, PicoRuby has `require` and `load` method.
You can reuse a Ruby script by taking advantage of that.
CRuby loads external libraries using `Kernel.#require` and `Kernel.#load`.
Likewise, PicoRuby has `require` and `load`.
You can reuse a Ruby script by those methods.

## Gist

Expand Down

0 comments on commit 58d84c4

Please sign in to comment.