# File lib/guard.rb, line 234 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