class JsonbAccessor::NestedBase

def ==(suspect)

def ==(suspect)
  self.class == suspect.class && attributes == suspect.attributes
end