class Rails::Server::Options

def parse!(args)

def parse!(args)
  Rails::Command::ServerCommand.new([], args).server_options
end