method
backend=
v5.2.3 -
Show latest stable
- Class:
ActiveSupport::XmlMini
backend=(name)public
No documentation available.
# File activesupport/lib/active_support/xml_mini.rb, line 107
def backend=(name)
backend = name && cast_backend_name_to_module(name)
self.current_thread_backend = backend if current_thread_backend
@backend = backend
end