class ActiveSupport::Testing::Parallelization::Server

def <<(o)

def <<(o)
  o[2] = DRbObject.new(o[2]) if o
  @queue << o
end