Module: TabataTimer
- Defined in:
- lib/tabata_timer.rb,
lib/tabata_timer/version.rb
Constant Summary collapse
- VERSION =
"0.0.1"
Instance Method Summary collapse
Instance Method Details
#start(timer = Timer.new) ⇒ Object
5 6 7 |
# File 'lib/tabata_timer.rb', line 5 def start(timer = Timer.new) timer.start end |