Flowdock
method

new

Importance_0
v1_9_3_392 - Show latest stable - 0 notes - Class: GemRunner
new(options={}) public

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 28
  def initialize(options={})
    # TODO: nuke these options
    @command_manager_class = options[:command_manager] || Gem::CommandManager
    @config_file_class = options[:config_file] || Gem::ConfigFile
    @doc_manager_class = options[:doc_manager] || Gem::DocManager
  end
Register or log in to add new notes.