class Puma::Cluster

def all_workers_in_phase?

def all_workers_in_phase?
  @workers.all? { |w| w.phase == @phase }
end