class CLI

Public Instance Methods

min(*args) click to toggle source
# File lib/cli.rb, line 3
def min(*args)
  if args.count == 1
    TimeAlert.alert args[0].to_f
  end
end
stop() click to toggle source
# File lib/cli.rb, line 10
def stop
  TimeAlert.stop
end