Class: Timecrunch::Notifiers::Beep

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

Instance Method Summary collapse

Instance Method Details

#notify!Object



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

def notify!
  print "\a"
end