class Dry::Schema::Result

def at(at_path, &)

Other tags:
    Api: - private

Returns:
  • (Result) -

Parameters:
  • path (Symbol, Array, Path) --
def at(at_path, &)
  new(@output, path: Path.new([*path, *Path[at_path]]), &)
end