# File lib/guard/notifier.rb, line 116 def turn_off notifications.each do |notification| notifier = get_notifier_module(notification[:name]) notifier.turn_off(notification[:options]) if notifier.respond_to?(:turn_off) end ENV['GUARD_NOTIFY'] = 'false' end