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