# File lib/couchrest/support/rails.rb, line 9
  def self.===(other)
    return false if self == Hash && other.is_a?(CouchRest::Document)
    super
  end