class Malt::Format::Mustache

Mustache templates

http://github.com/defunkt/mustache

Public Instance Methods

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