module
ActiveSupport::XmlMini
v2.3.8 -
Show latest stable
XmlMini
To use the much faster libxml parser:
gem 'libxml-ruby', '=0.9.7' XmlMini.backend = 'LibXML'
Attributes
| [R] | backend |
Files
- activesupport/lib/active_support/xml_mini.rb
To use the much faster libxml parser:
gem 'libxml-ruby', '=0.9.7' XmlMini.backend = 'LibXML'
| [R] | backend |