Method: NewSuperCodebreaker2021::Game#initialize
- Defined in:
- lib/game.rb
#initialize ⇒ Game
Returns a new instance of Game.
12 13 14 |
# File 'lib/game.rb', line 12 def initialize @code = generate_code end |
Returns a new instance of Game.
12 13 14 |
# File 'lib/game.rb', line 12 def initialize @code = generate_code end |