Method: Liquid::Break#render_to_output_buffer
- Defined in:
- lib/liquid/tags/break.rb
#render_to_output_buffer(context, output) ⇒ Object
24 25 26 27 |
# File 'lib/liquid/tags/break.rb', line 24 def render_to_output_buffer(context, output) context.push_interrupt(INTERRUPT) output end |