module Guard::Notifier

def enabled?

Returns:
  • (Boolean) - whether the notifications are on
def enabled?
  ENV['GUARD_NOTIFY'] == 'true'
end