# File lib/rubygems/gem_commands.rb, line 943
    def defaults_str
      "--rdoc --ri --no-force --no-test\n" +
      "--install-dir #{Gem.dir}"
    end