単純な問題ですが、Ruby 言語の知識がなく、解決方法がわかりません。
クラスゲーム デフ初期化 get_command 終わり def get_command コマンド = 取得 puts command # => POSITION puts command != "POSITION" # => true if コマンド != "位置" コマンド = get_command そうしないと 真を返す 終わり 終わり 終わり a = Game.new
アプリケーションを実行して入力するたびに、POSITION
常にtrue
比較を取得し"POSITION"
ます誰でも理由を説明できますか?
ありがとう