Class: Timecrunch::Notifiers::NotificationCenter

Inherits:
Object
  • Object
show all
Defined in:
lib/timecrunch/notifiers/notification_center.rb

Instance Method Summary collapse

Instance Method Details

#notify!Object



6
7
8
# File 'lib/timecrunch/notifiers/notification_center.rb', line 6

def notify!
  TerminalNotifier.notify('Timer is done!')
end