Class: Slickr::Tasks

Inherits:
Object
  • Object
show all
Extended by:
Rake::DSL
Defined in:
lib/slickr/tasks.rb

Class Method Summary collapse

Class Method Details

.allObject



5
6
7
8
# File 'lib/slickr/tasks.rb', line 5

def self.all
  desc "Play the game"
  task(:play) { sh "ruby -I./lib lib/engine.rb" }
end