# File lib/puma/cluster.rb, line 74 def all_workers_booted? @workers.count { |w| !w.booted? } == 0 end