Malt  Malt::Format::Mustache

[Validate]
Generated with RDazzle Newfish 1.4.0

Mustache

Mustache templates

  http://github.com/defunkt/mustache

Public Instance Methods

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

Private Instance Methods

render_engine() click to toggle source
    # File lib/malt/formats/mustache.rb, line 27
27:     def render_engine
28:       @render_engine ||= Malt::Engine::Mustache.new(options)
29:     end

Disabled; run with --debug to generate this.