Method: Oga::XML::ToXML#to_xml

Defined in:
lib/oga/xml/to_xml.rb

#to_xmlString 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