# File lib/couchrest/model/core_extensions/hash.rb, line 5 def self.===(other) return false if self == Hash && other.is_a?(CouchRest::Document) super end