class Bootsnap::CLI::WorkerPool::Worker

def initialize(jobs)

def initialize(jobs)
  @jobs = jobs
  @pipe_out, @to_io = IO.pipe
  @pid = nil
end