Method: Jinx::Stopwatch#reset

Defined in:
lib/jinx/helpers/stopwatch.rb

#resetObject

Resets this Stopwatch’s cumulative time to zero.



72
73
74
# File 'lib/jinx/helpers/stopwatch.rb', line 72

def reset
  @time.reset
end