Flowdock
method

do_configuration

Importance_0
v1_9_3_125 - Show latest stable - 0 notes - Class: GemRunner
do_configuration(args) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/gem_runner.rb, line 77
  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]
    @doc_manager_class.configured_args = Gem.configuration[:rdoc]
  end
Register or log in to add new notes.