Class Gem::CommandManager
In: lib/rubygems/cmd_manager.rb
Parent: Object

The command manager registers and installs all the individual sub-commands supported by the gem command.

Methods

Included Modules

UserInteraction

Public Class methods

Return the authoratative instance of the command manager.

Register all the subcommands supported by the gem command.

Public Instance methods

Return the registered command from the command name.

Return a list of all command names (as strings).

Register the command object.

Run the config specificed by args.

[Validate]