# File lib/puma/cluster.rb, line 32
      def initialize(pid, phase)
        @pid = pid
        @phase = phase
        @stage = :started
      end