Method: NewSuperCodebreaker2021::Game#after_game_commands

Defined in:
lib/game.rb

#after_game_commands(command) ⇒ Object


58
59
60
# File 'lib/game.rb', line 58

def after_game_commands(command)
  check_input(command, AFTER_GAME_COMMANDS)
end