class Stairs::Tasks

Public Instance Methods

install!() click to toggle source
# File lib/stairs/tasks.rb, line 7
def install!
  desc 'Setup the project'
  task :newb do
    Stairs::Runner.new([:newb]).run!
  end
end