class Rails::Command::ServerCommand

def port

def port
  options[:port] || ENV.fetch("PORT", DEFAULT_PORT).to_i
end