# File lib/guard.rb, line 195
    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
        ::Guard.running = false
      end
    end