class Dry::Schema::Result

def output

Other tags:
    Api: - private

Returns:
  • (Hash) -
def output
  path.equal?(Path::EMPTY) ? @output : @output.dig(*path)
end