# File lib/timers.rb, line 89 def reset(now = Time.now) @timers.cancel self if @time @time = now + @interval @timers.add self end