# File lib/guard/dsl.rb, line 302 def notification(notifier, options = {}) ::Guard::Notifier.add_notification(notifier.to_sym, options, false) end