# File lib/timers.rb, line 38
  def every(interval, &block)
    Timer.new(self, interval, true, &block)
  end