Module: CommonMob::Mustache
- Included in:
- Template
- Defined in:
- lib/common_mob/template.rb
Instance Method Summary collapse
Instance Method Details
#render_mustache(src, variables) ⇒ Object
6 7 8 |
# File 'lib/common_mob/template.rb', line 6 def render_mustache(src,variables) ::Mustache.render(src.read, variables) end |