class Gem::Commands::HelpCommand

def initialize

def initialize
  super "help", "Provide help on the 'gem' command"
  @command_manager = Gem::CommandManager.instance
end