# File lib/rubygems/specification.rb, line 408
  def self.each
    return enum_for(:each) unless block_given?

    self._all.each do |x|
      yield x
    end
  end