class Slickr::Tasks
Public Class Methods
all()
click to toggle source
# File lib/slickr/tasks.rb, line 5 def self.all desc "Play the game" task(:play) { sh "ruby -I./lib lib/engine.rb" } end
# File lib/slickr/tasks.rb, line 5 def self.all desc "Play the game" task(:play) { sh "ruby -I./lib lib/engine.rb" } end