Class: Hippo::Command::Guard

Inherits:
Thor::Group
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/hippo/command/guard.rb

Instance Method Summary collapse

Instance Method Details

#startObject



12
13
14
15
16
# File 'lib/hippo/command/guard.rb', line 12

def start
    say 'Starting Guard', :green
    Command.load_current_extension
    ::Guard.start
end