method
arguments
ruby latest stable - Class:
Gem::Commands::HelpCommand
arguments()public
No documentation available.
# File lib/rubygems/commands/help_command.rb, line 101
def arguments # :nodoc:
args = commands List all 'gem' commands examples Show examples of 'gem' usage <command> Show specific help for <command>
return args.gsub(/^\s+/, '')
end