Class: Object

Inherits:
BasicObject
Defined in:
lib/threadify.rb

Instance Method Summary collapse

Instance Method Details

#threadify!(*values) ⇒ Object



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

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