Module: OSXnotify

Defined in:
lib/argosnap/notifications/osxnotifications.rb

Class Method Summary collapse

Class Method Details

.send(message, title, subtitle) ⇒ Object



2
3
4
# File 'lib/argosnap/notifications/osxnotifications.rb', line 2

def self.send(message, title, subtitle)
  TerminalNotifier.notify(message, :title => title, :subtitle => subtitle) 
end