Class: Typespeed2::Game

Inherits:
Object
  • Object
show all
Includes:
Final
Defined in:
lib/typespeed2.rb

Overview

Your code goes hereā€¦

Instance Method Summary collapse

Methods included from Final

#credits

Constructor Details

#initializeGame

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

#aurevoirObject



12
13
14
# File 'lib/typespeed2.rb', line 12

def aurevoir

end