# File lib/rubygems/specification.rb, line 380
  def self.dirs
    @@dirs ||= Gem.path.collect { |dir|
      File.join dir, "specifications"
    }
  end