Malt  Malt::Format::Liquid

[Validate]
Generated with RDazzle Newfish 1.4.0

Liquid

Liquid templates

  http://liquid.rubyforge.org/

Public Instance Methods

liquid(*) click to toggle source
    # File lib/malt/formats/liquid.rb, line 15
15:     def liquid(*)
16:       text
17:     end
to_liquid(*) click to toggle source
    # File lib/malt/formats/liquid.rb, line 20
20:     def to_liquid(*)
21:       self
22:     end

Private Instance Methods

render_engine() click to toggle source
    # File lib/malt/formats/liquid.rb, line 56
56:       def render_engine
57:         @render_engine ||= Malt::Engine::Liquid.new(options)
58:       end

Disabled; run with --debug to generate this.