class Dry::Schema::Path

def each(&block)

Other tags:
    Api: - private
def each(&block)
  keys.each(&block)
end