method
current_thread_backend=
v7.1.3.4 -
Show latest stable
- Class:
ActiveSupport::XmlMini
current_thread_backend=(name)private
No documentation available.
# File activesupport/lib/active_support/xml_mini.rb, line 187
def current_thread_backend=(name)
IsolatedExecutionState[:xml_mini_backend] = name && cast_backend_name_to_module(name)
end