class Dry::Schema::Result

def at(path, &block)

Other tags:
    Api: - private

Returns:
  • (Result) -

Parameters:
  • path (Symbol, Array, Path) --
def at(path, &block)
  new(Path[path].reduce(output) { |a, e| a[e] }, parent: self, &block)
end