Class: WelcomeDrills

Inherits:
Object
  • Object
show all
Includes:
Commands
Defined in:
lib/ruby_drills/welcome/welcome_drills.rb

Constant Summary

Constants included from Commands

Commands::GAMBLER

Instance Method Summary collapse

Methods included from Commands

#back, #clear, #continue, #fail, #fold, #help, #hint, #quit, #review, #skip, #welcome, #win

Instance Method Details



4
5
6
# File 'lib/ruby_drills/welcome/welcome_drills.rb', line 4

def banner
  welcome
end

#startObject



8
9
10
11
# File 'lib/ruby_drills/welcome/welcome_drills.rb', line 8

def start
  help
  continue
end