Type:
Class

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.

run

run(args) Instance Public methods Run the gem command with the following arguments

2015-04-09 06:14:48
new

new(options={}) Class Public methods

2015-04-09 06:09:34