Class: Rails::Server::Options

Inherits:
Object
  • Object
show all
Defined in:
railties/lib/rails/commands/server/server_command.rb

Instance Method Summary collapse

Instance Method Details

#parse!(args) ⇒ Object



13
14
15
# File 'railties/lib/rails/commands/server/server_command.rb', line 13

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