# File lib/dm-core/model/descendant_set.rb, line 32
      def each
        @descendants.each { |model| yield model }
        self
      end