class Malt::Format::XML

TODO: Add conversion to_html.

Public Instance Methods

to_xml(*) click to toggle source

XML is XML ;)

# File lib/malt/formats/xml.rb, line 16
def to_xml(*)
  self
end
xml(*) click to toggle source
# File lib/malt/formats/xml.rb, line 11
def xml(*)
  text
end

Private Instance Methods

render_engine() click to toggle source
# File lib/malt/formats/xml.rb, line 23
def render_engine
end