Class Gem::GemRunner
In: lib/rubygems/gem_runner.rb
Parent: Object

Run an instance of the gem program.

Gem::GemRunner is only intended for internal use by RubyGems itself. It does not form any public API and may change at any time for any reason.

If you would like to duplicate functionality of `gem` commands, use the classes they call directly.

Methods

new   run  

Public Class methods

Public Instance methods

Run the gem command with the following arguments.

[Validate]