Class: CampfireChat::Notifier::Growl

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/campfire_chat/notifier/growl.rb

Instance Method Summary collapse

Instance Method Details

#growlObject



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