Class: Timeru::CLI
- Inherits:
-
Thor
- Object
- Thor
- Timeru::CLI
- Defined in:
- lib/timeru/cli.rb
Instance Method Summary collapse
Instance Method Details
#start(seconds) ⇒ Object
8 9 10 |
# File 'lib/timeru/cli.rb', line 8 def start(seconds) Timeru::Timer.new(seconds.to_i).start end |