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