class ActiveSupport::Testing::Parallelization::Server

def pop

def pop
  if test = @queue.pop
    @in_flight[[test[0].to_s, test[1]]] = test
    test
  end
end