# File lib/timers.rb, line 140
    def fire(offset = @timers.current_offset)
      reset(offset) if recurring
      @block.call
    end