Libraries
»
viu
(0.0.7)
»
Index (X)
»
Viu
»
Xml
Module: Viu::Xml
Extended by:
ActiveSupport::Concern
Defined in:
lib/viu/xml.rb
Constant Summary
collapse
DEFAULT_XML_ENCODER =
->
(
input
)
{
input
.
to_xml
}
.
freeze