class Puma::Cluster

def phased_restart(refork = false)

def phased_restart(refork = false)
  return false if @options[:preload_app] && !refork
  @phased_restart = true
  wakeup!
  true
end