Class: Game

Inherits:
Object
  • Object
show all
Defined in:
lib/minitest/game/game.rb

Instance Method Summary collapse

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