# File lib/couchrest/model/casted_hash.rb, line 27
    def delete(key)
      couchrest_attribute_will_change!(key) if use_dirty? && include?(key)
      super(key)
    end