class ConfigSynthesizer
def method_missing(method_name, *args, &block)
def method_missing(method_name, *args, &block) abstract_method_missing( method_name, %i[namespace], *args, &block ) end
def method_missing(method_name, *args, &block) abstract_method_missing( method_name, %i[namespace], *args, &block ) end