class Bootsnap::CLI::WorkerPool

def push(*args)

def push(*args)
  @queue.push(args)
  nil
end