class Puma::Cluster

def worker_at(idx)

def worker_at(idx)
  @workers.find { |w| w.index == idx }
end