Method: Object#threadify!

Defined in:
lib/threadify.rb

#threadify!(*values) ⇒ Object



150
151
152
# File 'lib/threadify.rb', line 150

def threadify!(*values)
  throw :threadify, *values
end