# File lib/rubygems/commands/help_command.rb, line 14
      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