回答編集履歴

2

回答の追記

2019/09/30 06:14

投稿

no1knows
no1knows

スコア3365

test CHANGED
@@ -11,3 +11,21 @@
11
11
  参考:
12
12
 
13
13
  [https://teratail.com/questions/149342](https://teratail.com/questions/149342)
14
+
15
+
16
+
17
+
18
+
19
+ 追記
20
+
21
+ ---
22
+
23
+
24
+
25
+ requireではコマンドの実行でができません。
26
+
27
+ 正しい実装方法は下記をご確認ください。
28
+
29
+
30
+
31
+ [https://teratail.com/questions/214496#reply-315613](https://teratail.com/questions/214496#reply-315613)

1

文法修正

2019/09/30 06:14

投稿

no1knows
no1knows

スコア3365

test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ```
4
4
 
5
- require_relative './a.rb'
5
+ require_relative './a'
6
6
 
7
7
  ```
8
8