Class: Timecrunch::CLI
- Inherits:
-
Thor
- Object
- Thor
- Timecrunch::CLI
- Defined in:
- lib/timecrunch/cli.rb
Instance Method Summary collapse
Instance Method Details
#start(minutes) ⇒ Object
7 8 9 |
# File 'lib/timecrunch/cli.rb', line 7 def start(minutes) Timer.new(minutes.to_i, Notifiers::ConsoleNotifier.new).start! end |