class Dry::Schema::Path

def include?(other)

Other tags:
    Api: - private
def include?(other)
  keys[0, other.keys.length].eql?(other.keys)
end