method

arguments

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