class Puma::Launcher

def do_restart(previous_env)

def do_restart(previous_env)
  log "* Restarting..."
  ENV.replace(previous_env)
  @runner.stop_control
  restart!
end