class Dry::Configurable::NestedConfig

def method_missing(method, *args, &block)

def method_missing(method, *args, &block)
  config.respond_to?(method) ? config.public_send(method, *args, &block) : super
end