Class: Timecrunch::Notifiers::Console

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

Instance Method Summary collapse

Instance Method Details

#notify!Object



4
5
6
# File 'lib/timecrunch/notifiers/console.rb', line 4

def notify!
  puts "Timer is done!"
end