Class: Object

Inherits:
BasicObject
Defined in:
lib/threadify.rb

Instance Method Summary collapse

Instance Method Details

#threadify!(*values) ⇒ Object



146
147
148
# File 'lib/threadify.rb', line 146

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