Class: Pushes::Notifier

Inherits:
Object
  • Object
show all
Defined in:
lib/pushes/notifier.rb

Instance Method Summary collapse

Instance Method Details

#notify(message, opts = {}) ⇒ Object



4
5
6
# File 'lib/pushes/notifier.rb', line 4

def notify(message, opts={})
  TerminalNotifier.notify(message, opts)
end