method

new

ruby latest stable - Class: Gem::Commands::HelpCommand
new()
public

No documentation available.

# File lib/rubygems/commands/help_command.rb, line 283
  def initialize
    super 'help', "Provide help on the 'gem' command"

    @command_manager = Gem::CommandManager.instance
  end