method
do_configuration
v2_6_3 -
Show latest stable
- Class:
Gem::GemRunner
do_configuration(args)private
No documentation available.
# File lib/rubygems/gem_runner.rb, line 78
def do_configuration(args)
Gem.configuration = @config_file_class.new(args)
Gem.use_paths Gem.configuration[:gemhome], Gem.configuration[:gempath]
Gem::Command.extra_args = Gem.configuration[:gem]
end