class Dry::Schema::Result
def at(at_path, &block)
- 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
(Result)
-
path
(Symbol, Array, Path
)
--
def at(at_path, &block) new(@output, path: Path.new([*path, *Path[at_path]]), &block) end