# File lib/guard.rb, line 200 def stop within_preserved_state(false) do ::Guard::UI.debug 'Guard stops all plugins' runner.run(:stop) ::Guard::Notifier.turn_off ::Guard::UI.info 'Bye bye...', :reset => true listener.stop @running = false end end