140 141 142
# File 'lib/threadify.rb', line 140 def Thread.ify(enumerable, *args, &block) enumerable.send :threadify, *args, &block end