Class: Stairs::Tasks

Inherits:
Object
  • Object
show all
Includes:
Rake::DSL
Defined in:
lib/stairs/tasks.rb

Instance Method Summary collapse

Instance Method Details

#install!Object



7
8
9
10
11
12
# File 'lib/stairs/tasks.rb', line 7

def install!
  desc 'Setup the project'
  task :newb do
    Stairs::Runner.new([:newb]).run!
  end
end