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