Libraries
»
oga
(3.4)
»
Index
»
Oga
»
XML
»
ToXML
»
#to_xml
Method: Oga::XML::ToXML#to_xml
Defined in:
lib/oga/xml/to_xml.rb
#
to_xml
⇒
String
Also known as:
to_s
Returns:
(
String
)
7 8 9
# File 'lib/oga/xml/to_xml.rb', line 7
def
to_xml
Generator
.
new
(
self
)
.
to_xml
end