# File lib/rubygems/gem_commands.rb, line 1472 def arguments args = "commands List all 'gem' commands\nexamples Show examples of 'gem' usage\n<command> Show specific help for <command>\n" return args.gsub(/^\s+/, '') end