Method: Mustache.render
- Defined in:
- lib/mustache.rb
.render(*args) ⇒ Object
Instantiates an instance of this class and calls ‘render` with the passed args.
Returns a rendered String version of a template
83 84 85 |
# File 'lib/mustache.rb', line 83 def self.render(*args) new.render(*args) end |