Class: Thread

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

Class Method Summary collapse

Class Method Details

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



135
136
137
# File 'lib/threadify.rb', line 135

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