class Dry::Schema::Result

def self.new(*, **)

Other tags:
    Api: - private
def self.new(*, **)
  result = super
  yield(result) if block_given?
  result.freeze
end