instance method
pop
Ruby on Rails 7.1.6
Since v6.0.6Signature
pop()
No documentation comment.
Source
# File activesupport/lib/active_support/testing/parallelization/server.rb, line 33
def pop
if test = @queue.pop
@in_flight[[test[0].to_s, test[1]]] = test
test
end
end
Defined in activesupport/lib/active_support/testing/parallelization/server.rb line 33
· View on GitHub
· Improve this page
· Find usages on GitHub