Method: Liquid::Raw#render_to_output_buffer
- Defined in:
- lib/liquid/tags/raw.rb
#render_to_output_buffer(_context, output) ⇒ Object
38 39 40 41 |
# File 'lib/liquid/tags/raw.rb', line 38 def render_to_output_buffer(_context, output) output << @body output end |