# File lib/timers.rb, line 96
    def fire(now = Time.now)
      reset(now) if recurring
      @block.call
    end