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
13
# File 'lib/stairs/tasks.rb', line 7

def install!
  desc "Setup the project"
  task :newb do
    Stairs::InteractiveConfiguration.new.run!
    Stairs::Script.new("setup.rb").run!
  end
end