Class: Thread

Inherits:
Object show all
Defined in:
lib/threadify.rb

Class Method Summary collapse

Class Method Details

.ify(enumerable, *args, &block) ⇒ Object



144
145
146
# File 'lib/threadify.rb', line 144

def Thread.ify(enumerable, *args, &block)
  enumerable.send :threadify, *args, &block
end