Class: Thread
Class Method Summary collapse
Class Method Details
.ify(enumerable, *args, &block) ⇒ Object
126 127 128 |
# File 'lib/threadify.rb', line 126 def Thread.ify(enumerable, *args, &block) enumerable.send :threadify, *args, &block end |