method
arguments
v1_9_3_392 -
Show latest stable
- Class:
Gem::Commands::HelpCommand
arguments()public
No documentation available.
# File lib/rubygems/commands/help_command.rb, line 85
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