class Timeru::CLI

Public Instance Methods

start(seconds) click to toggle source
# File lib/timeru/cli.rb, line 8
def start(seconds)
  Timeru::Timer.new(seconds.to_i).start
end