Class: Object

Inherits:
BasicObject
Defined in:
lib/threadify.rb

Instance Method Summary collapse

Instance Method Details

#threadify!(*values) ⇒ Object



132
133
134
# File 'lib/threadify.rb', line 132

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