質問編集履歴
1
表示の軽微な修正です。
test
CHANGED
File without changes
|
test
CHANGED
@@ -22,7 +22,7 @@
|
|
22
22
|
|
23
23
|
|
24
24
|
|
25
|
-
```
|
25
|
+
```ruby
|
26
26
|
|
27
27
|
class Icecream
|
28
28
|
|
@@ -64,7 +64,9 @@
|
|
64
64
|
|
65
65
|
しかし、実際に得られたのはのような結果でした。
|
66
66
|
|
67
|
-
object_idはすべて同じで、singleton_classはfalseを返してしまします。
|
67
|
+
object_idはすべて同じで、 ```singleton_class?``` はfalseを返してしまします。
|
68
|
+
|
69
|
+
|
68
70
|
|
69
71
|
```
|
70
72
|
|