method
pop
v8.0.0 -
Show latest stable
- Class:
ActiveSupport::Testing::Parallelization::Server
pop()public
No documentation available.
# File activesupport/lib/active_support/testing/parallelization/server.rb, line 36
def pop
if test = @queue.pop
@in_flight[[test[0].to_s, test[1]]] = test
test
end
end