module ActiveSupport::XmlMini

def current_thread_backend=(name)

def current_thread_backend=(name)
  IsolatedExecutionState[:xml_mini_backend] = name && cast_backend_name_to_module(name)
end