new()
Register all the subcommands supported by the gem command.
# File lib/rubygems/command_manager.rb, line 98 def initialize require 'timeout' @commands = {} BUILTIN_COMMANDS.each do |name| register_command name end end