Methods
Instance Public methods
parse!(args)
Source:
# File railties/lib/rails/commands/server/server_command.rb, line 14
def parse!(args)
Rails::Command::ServerCommand.new([], args).server_options
end
Source:
# File railties/lib/rails/commands/server/server_command.rb, line 14
def parse!(args)
Rails::Command::ServerCommand.new([], args).server_options
end