Class: TomatoHarvest::Notifier::NotificationCenter
- Inherits:
-
Object
- Object
- TomatoHarvest::Notifier::NotificationCenter
- Defined in:
- lib/tomatoharvest/notifier/notification_center.rb
Instance Method Summary collapse
Instance Method Details
#notify(message, opts = {}) ⇒ Object
6 7 8 9 10 |
# File 'lib/tomatoharvest/notifier/notification_center.rb', line 6 def notify(, opts = {}) title = 'TomatoHarvest' TerminalNotifier.notify , :title => title, :subtitle => opts[:subtitle] end |