Class: Typespeed2::Game
Overview
Your code goes hereā¦
Instance Method Summary collapse
- #aurevoir ⇒ Object
-
#initialize ⇒ Game
constructor
A new instance of Game.
Methods included from Final
Constructor Details
#initialize ⇒ Game
Returns a new instance of Game.
7 8 9 10 |
# File 'lib/typespeed2.rb', line 7 def initialize puts "bonjour" @final = credits() end |
Instance Method Details
#aurevoir ⇒ Object
12 13 14 |
# File 'lib/typespeed2.rb', line 12 def aurevoir end |