# File lib/timers.rb, line 16 def after(interval, &block) Timer.new(self, interval, false, &block) end