module Guard
def stop
Stop Guard listening to file changes
def stop UI.info 'Bye bye...', :reset => true run_on_guards do |guard| run_supervised_task(guard, :stop) end interactor.stop if interactor listener.stop end
def stop UI.info 'Bye bye...', :reset => true run_on_guards do |guard| run_supervised_task(guard, :stop) end interactor.stop if interactor listener.stop end