# File lib/rubygems/source_index.rb, line 65
      def installed_spec_directories
        Gem.path.collect { |dir| File.join(dir, "specifications") }
      end