回答編集履歴
2
リンク修正
test
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
|
15
15
|
|
16
16
|
|
17
|
-
https://docs.ruby-lang.org/ja/latest/method/Kernel/m/load.html
|
17
|
+
[module function Kernel.#load](https://docs.ruby-lang.org/ja/latest/method/Kernel/m/load.html)
|
18
18
|
|
19
19
|
|
20
20
|
|
1
追記
test
CHANGED
@@ -11,3 +11,11 @@
|
|
11
11
|
#=> "hoge"
|
12
12
|
|
13
13
|
```
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
https://docs.ruby-lang.org/ja/latest/method/Kernel/m/load.html
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
Kernel.#load の戻り値は true or 例外 です。
|