module Guard::Commander
Public Instance Methods
stop()
click to toggle source
Stop proccess
# 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