質問編集履歴

1

表示の軽微な修正です。

2019/09/12 14:39

投稿

Pyons04
Pyons04

スコア19

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