Class: Pushes::Notifier
- Inherits:
-
Object
- Object
- Pushes::Notifier
- 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(, opts={}) TerminalNotifier.notify(, opts) end |