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