質問編集履歴
1
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -33,4 +33,8 @@
|
|
33
33
|
-e:1:in `<main>': uninitialized constant SELF (NameError)
|
34
34
|
```
|
35
35
|
|
36
|
-
NIL,TRUE,FALSEとは何なのでしょうか?
|
36
|
+
NIL,TRUE,FALSEとは何なのでしょうか?
|
37
|
+
|
38
|
+
# 追記
|
39
|
+
|
40
|
+
[Ruby 2.4 has deprecated toplevel constants TRUE, FALSE and NIL](https://www.reddit.com/r/ruby/comments/6i6c55/ruby_24_has_deprecated_toplevel_constants_true/?st=jcagbqt4&sh=f28f875e)にこれに関連する話題を見つけました
|