instance method
pop
Ruby on Rails 8.1.2
Since v6.0.6Signature
pop()
No documentation comment.
Source
# File activesupport/lib/active_support/testing/parallelization/server.rb, line 37
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 37
· View on GitHub
· Improve this page
· Find usages on GitHub