class RemindMeTo::Notifier::NotificationCenterNotifier

Public Instance Methods

notify(message, opts = {}) click to toggle source
# File lib/remindmeto/notifier/notification_center_notifier.rb, line 6
def notify(message, opts = {})
  TerminalNotifier.notify('RemindMeTo', :title => message, :group => Process.pid)
end