Class: CampfireChat::Notifier::Growl
- Inherits:
-
Object
- Object
- CampfireChat::Notifier::Growl
- Includes:
- Singleton
- Defined in:
- lib/campfire_chat/notifier/growl.rb
Instance Method Summary collapse
Instance Method Details
#growl ⇒ Object
11 12 13 |
# File 'lib/campfire_chat/notifier/growl.rb', line 11 def growl ::Growl end |
#push(notification) ⇒ Object
7 8 9 |
# File 'lib/campfire_chat/notifier/growl.rb', line 7 def push(notification) notify_ok notification end |