class Dry::Schema::Result

def at(at_path, &block)

Other tags:
    Api: - private

Returns:
  • (Result) -

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