回答編集履歴
2
回答の追記
answer
CHANGED
@@ -4,4 +4,13 @@
|
|
4
4
|
```
|
5
5
|
|
6
6
|
参考:
|
7
|
-
[https://teratail.com/questions/149342](https://teratail.com/questions/149342)
|
7
|
+
[https://teratail.com/questions/149342](https://teratail.com/questions/149342)
|
8
|
+
|
9
|
+
|
10
|
+
追記
|
11
|
+
---
|
12
|
+
|
13
|
+
requireではコマンドの実行でができません。
|
14
|
+
正しい実装方法は下記をご確認ください。
|
15
|
+
|
16
|
+
[https://teratail.com/questions/214496#reply-315613](https://teratail.com/questions/214496#reply-315613)
|
1
文法修正
answer
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
下記で解決しました!
|
2
2
|
```
|
3
|
-
require_relative './a
|
3
|
+
require_relative './a'
|
4
4
|
```
|
5
5
|
|
6
6
|
参考:
|