Method: Integrity::Project::Helpers::Notifiers#notifies?
- Defined in:
- lib/integrity/project/notifiers.rb
#notifies?(notifier) ⇒ Boolean
5 6 7 8 9 |
# File 'lib/integrity/project/notifiers.rb', line 5 def notifies?(notifier) return false unless notifier = notifiers.first(:name => notifier) notifier.enabled? end |