module Guard::Notifier
def notifications=(notifications)
-
notifications
(Array
) -- the notifications
def notifications=(notifications) ENV['GUARD_NOTIFICATIONS'] = YAML::dump(notifications) end
notifications
(Array
)
-- the notifications
def notifications=(notifications) ENV['GUARD_NOTIFICATIONS'] = YAML::dump(notifications) end