Class: RemindMeTo::Notifier::NotificationCenterNotifier

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

Instance Method Summary collapse

Instance Method Details

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



6
7
8
# File 'lib/remindmeto/notifier/notification_center_notifier.rb', line 6

def notify(message, opts = {})
  TerminalNotifier.notify('RemindMeTo', :title => message, :group => Process.pid)
end