module Guard::Notifier

def clear_notifications


Clear available notifications.
def clear_notifications
  ENV['GUARD_NOTIFICATIONS'] = nil
end