Method: Brine::MustacheExpanding::BrineTemplate#expand
- Defined in:
- lib/brine/mustache_expanding.rb
#expand(binding) ⇒ String
Expand the template using the provided bindings.
55 56 57 58 59 60 61 62 |
# File 'lib/brine/mustache_expanding.rb', line 55 def (binding) begin context.push(binding) render ensure context.pop end end |