# File lib/dm-core/model.rb, line 317
    def each(&block)
      return to_enum unless block_given?
      all.each(&block)
      self
    end