# File lib/guard/notifier.rb, line 78 def notifications ENV['GUARD_NOTIFICATIONS'] ? YAML::load(ENV['GUARD_NOTIFICATIONS']) : [] end