class Dry::Schema::Result
def at(path, &block)
- 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
(Result)
-
path
(Symbol, Array, Path
)
--
def at(path, &block) new(Path[path].reduce(output) { |a, e| a[e] }, parent: self, &block) end