method

new

v2_1_10 - Show latest stable - Class: Gem::GemRunner
new(options={})
public

No documentation available.

# File lib/rubygems/gem_runner.rb, line 27
  def initialize(options={})
    # TODO: nuke these options
    @command_manager_class = options[:command_manager] || Gem::CommandManager
    @config_file_class = options[:config_file] || Gem::ConfigFile
  end