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



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

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