# File lib/guard/notifier.rb, line 129 def toggle if ENV['GUARD_NOTIFY'] == 'true' ::Guard::UI.info 'Turn off notifications' turn_off else turn_on end end