Method: Jinx::Stopwatch#reset
- Defined in:
- lib/jinx/helpers/stopwatch.rb
#reset ⇒ Object
Resets this Stopwatch’s cumulative time to zero.
72 73 74 |
# File 'lib/jinx/helpers/stopwatch.rb', line 72 def reset @time.reset end |
Resets this Stopwatch’s cumulative time to zero.
72 73 74 |
# File 'lib/jinx/helpers/stopwatch.rb', line 72 def reset @time.reset end |