Class: DsaCodebreakerGame::Game
- Inherits:
-
Object
- Object
- DsaCodebreakerGame::Game
- Defined in:
- lib/dsa_codebreaker_game/game.rb
Instance Method Summary collapse
-
#initialize ⇒ Game
constructor
A new instance of Game.
- #start ⇒ Object
Constructor Details
Instance Method Details
#start ⇒ Object
13 14 15 16 |
# File 'lib/dsa_codebreaker_game/game.rb', line 13 def start @console.welcome(@gamer) looper end |