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