Module: Guard::Commander

Defined in:
lib/marv/project/guard/commander.rb

Instance Method Summary collapse

Instance Method Details

#stopObject

Stop proccess



5
6
7
8
9
10
11
# File 'lib/marv/project/guard/commander.rb', line 5

def stop
  listener.stop
  interactor.background
  ::Guard::UI.debug "Guard stops all plugins"
  runner.run(:stop)
  ::Guard::Notifier.turn_off
end