Helper to create an every
187 188 189
# File 'lib/thread/every.rb', line 187 def self.every(every, &block) Thread::Every.new(every, &block) end