# File lib/guard.rb, line 226
    def stop
      run_on_guards do |guard|
        run_supervised_task(guard, :stop)
      end

      interactor.stop if interactor
      listener.stop

      UI.info 'Bye bye...', :reset => true
    end