Malt  Malt::Format::HTML

[Validate]
Generated with RDazzle Newfish 1.4.0

HTML

Public Instance Methods

html(*) click to toggle source
    # File lib/malt/formats/html.rb, line 11
11:     def html(*)
12:       text
13:     end
to_html(*) click to toggle source

HTML is HTML ;)

    # File lib/malt/formats/html.rb, line 16
16:     def to_html(*)
17:       self
18:     end

Private Instance Methods

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

Disabled; run with --debug to generate this.