class Puma::Server

def shutting_down?

def shutting_down?
  @status == :stop || @status == :restart
end