class Rails::Server::Options
Public instance methods
Source code GitHub
# File railties/lib/rails/commands/server/server_command.rb, line 13
def parse!(args)
Rails::Command::ServerCommand.new([], args).server_options
end