質問編集履歴
2
コード間違い
test
CHANGED
File without changes
|
test
CHANGED
@@ -58,7 +58,7 @@
|
|
58
58
|
|
59
59
|
return true
|
60
60
|
|
61
|
-
elsif (program
|
61
|
+
elsif (program - player) % 3 == 1
|
62
62
|
|
63
63
|
puts "あなたのかちです"
|
64
64
|
|
@@ -71,8 +71,6 @@
|
|
71
71
|
return false
|
72
72
|
|
73
73
|
end
|
74
|
-
|
75
|
-
end
|
76
74
|
|
77
75
|
|
78
76
|
|
1
マーク挿入
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
プログラムを終了するMethodが実行されない
|
1
|
+
Rubyでプログラムを終了するMethodが実行されない
|
test
CHANGED
File without changes
|