Module: Notification
- Defined in:
- lib/notification.rb
Constant Summary collapse
- VERSION =
"0.2"
Class Method Summary collapse
-
.available_notifiers ⇒ Object
this is the preferred place to check if a notification system is available.
Class Method Details
.available_notifiers ⇒ Object
this is the preferred place to check if a notification system is available
8 9 10 |
# File 'lib/notification.rb', line 8 def self.available_notifiers @available_notifiers ||= [] end |