Module: Notifyor::Growl::Adapters::LibnotifyNotifier

Extended by:
LibnotifyNotifier
Included in:
LibnotifyNotifier
Defined in:
lib/notifyor/growl/adapters/libnotify_notifier.rb

Instance Method Summary collapse

Instance Method Details

#create_growl(title, message) ⇒ Object



7
8
9
# File 'lib/notifyor/growl/adapters/libnotify_notifier.rb', line 7

def create_growl(title, message)
  %x(notify-send '#{title}' '#{message}')
end