class Lanes::Command::Guard

Public Instance Methods

start() click to toggle source
# File lib/lanes/command/guard.rb, line 12
def start
    say 'Starting Guard', :green
    ::Guard.start
end