質問編集履歴
1
test.rb
title
CHANGED
File without changes
|
body
CHANGED
@@ -12,6 +12,7 @@
|
|
12
12
|
end
|
13
13
|
```
|
14
14
|
|
15
|
+
test.rb
|
15
16
|
```ruby
|
16
17
|
require "./sample"
|
17
18
|
puts Sample.key
|