module Guard::Notifier

def notifications=(notifications)

Parameters:
  • notifications (Array) -- the notifications
def notifications=(notifications)
  ENV['GUARD_NOTIFICATIONS'] = YAML::dump(notifications)
end