instance method
<<
Ruby on Rails 8.1.2
Since v6.0.6Signature
<<(o)
No documentation comment.
Parameters
-
oreq
Source
# File activesupport/lib/active_support/testing/parallelization/server.rb, line 32
def <<(o)
o[2] = DRbObject.new(o[2]) if o
@queue << o
end
Defined in activesupport/lib/active_support/testing/parallelization/server.rb line 32
· View on GitHub
· Improve this page
· Find usages on GitHub