class Hamster::ReadCopyUpdateHash

def eql?(other)

def eql?(other)
  instance_of?(other.class) && @hash.eql?(other.instance_variable_get(:@hash))
end