Class: Stairs::Tasks
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 |