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