# File lib/couch_potato/persistence/properties.rb, line 18
        def each(&block)
          (list + inherited_properties).each(&block)
        end