# File lib/dm-core/property_set.rb, line 54
    def each
      @entries.each { |property| yield property }
      self
    end