class Gem::Commands::HelpCommand
Public Class Methods
Source
# File lib/rubygems/commands/help_command.rb, line 283definitializesuper"help","Provide help on the 'gem' command"@command_manager =Gem::CommandManager.instanceend
Calls superclass method
Gem::Command::newPublic Instance Methods
Source
# File lib/rubygems/commands/help_command.rb, line 293defexecutearg =options[:args][0]_,help =SUBCOMMANDS.finddo|command,|begins?command,argendifhelpifSymbol===helpsendhelpelsesayhelpendreturnendifoptions[:help]show_helpelsifargshow_command_helpargelsesayGem::Command::HELPendend