# File lib/rubygems/specification.rb, line 407 def self.each return enum_for(:each) unless block_given? self._all.each do |x| yield x end end