class Bundler::ParallelWorkers::Worker
def enq(obj)
- 
        obj(String) -- mostly it is name of spec that should be downloaded
def enq(obj) @request_queue.enq obj end
obj
        (String)
        -- mostly it is name of spec that should be downloaded
      def enq(obj) @request_queue.enq obj end