class Dry::Schema::Path

def same_root?(other)

Other tags:
    Api: - private
def same_root?(other)
  root.equal?(other.root)
end