Class: Game
- Inherits:
-
Object
- Object
- Game
- Defined in:
- lib/minitest/game/game.rb
Instance Method Summary collapse
-
#initialize(credentials, detector) ⇒ Game
constructor
A new instance of Game.
Constructor Details
#initialize(credentials, detector) ⇒ Game
Returns a new instance of Game.
2 3 4 5 6 |
# File 'lib/minitest/game/game.rb', line 2 def initialize(credentials, detector) @credentials = credentials @detector = detector start_game end |