# File lib/couchrest/model/casted_hash.rb, line 22
    def []= key, obj
      couchrest_attribute_will_change!(key) if use_dirty? && obj != self[key]
      super(key, obj)
    end