class Hippo::Command::Guard

Public Instance Methods

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