Method: Brine::MustacheExpanding::BrineTemplate#to_s
- Defined in:
- lib/brine/mustache_expanding.rb
#to_s ⇒ Object
Stringify as template contents.
This supports cases such as dynamic steps where a string is expected but the template should not yet be expanded.
70 71 72 |
# File 'lib/brine/mustache_expanding.rb', line 70 def to_s @template end |