class Dry::Schema::Config
def method_missing(meth, *args, &block)
- Api: - private
def method_missing(meth, *args, &block) super unless config.respond_to?(meth) config.public_send(meth, *args) end
def method_missing(meth, *args, &block) super unless config.respond_to?(meth) config.public_send(meth, *args) end