Rails::Server::Options Ruby on Rails 5.1.2 Class Rails::Server::Options < Object railties/lib/rails/commands/server/server_command.rb Methods P parse! Instance Public methods parse!(args) Link Source: show | on GitHub # File railties/lib/rails/commands/server/server_command.rb, line 10 def parse!(args) Rails::Command::ServerCommand.new([], args).server_options end