class Liquid::Raw

def render_to_output_buffer(_context, output)

def render_to_output_buffer(_context, output)
  output << @body
  output
end