Malt  Malt::Format::XML

[Validate]
Generated with RDazzle Newfish 1.4.0

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
16:     def to_xml(*)
17:       self
18:     end
xml(*) click to toggle source
    # File lib/malt/formats/xml.rb, line 11
11:     def xml(*)
12:       text
13:     end

Private Instance Methods

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

Disabled; run with --debug to generate this.