# File lib/rubygems/source_index.rb, line 57 def self.installed_spec_directories # TODO: move to Gem::Utils Gem.path.collect { |dir| File.join(dir, "specifications") } end