Method: NewSuperCodebreaker2021::Game#chose_command
- Defined in:
- lib/game.rb
permalink #chose_command(command) ⇒ Object
[View source]
22 23 24 |
# File 'lib/game.rb', line 22 def chose_command(command) check_input(command, START_COMMANDS) end |