Method: NewSuperCodebreaker2021::Game#attempt_to_start

Defined in:
lib/game.rb

#attempt_to_start(command) ⇒ Object

[View source]

62
63
64
# File 'lib/game.rb', line 62

def attempt_to_start(command)
  check_input(command, YES_NO_COMMANDS)
end