# File lib/rubygems/commands/install_command.rb, line 38
      def defaults_str
        "--both --version '> 0' --rdoc --ri --no-force --no-test\n" +
        "--install-dir #{Gem.dir}"
      end