# File lib/couch_potato/persistence/properties.rb, line 22
        def <<(property)
          @hash[property.name] = property
          @list << property
        end