# File lib/couchrest/model/casted_hash.rb, line 59
    def clear
      self.keys.each { |key| couchrest_attribute_will_change!(key) } if use_dirty?
      super
    end