render_to_output_buffer

This commit is contained in:
Florian Weingarten
2019-04-23 17:06:29 -04:00
parent 2a1ca3152d
commit 9640e77805
30 changed files with 184 additions and 88 deletions
+3 -2
View File
@@ -13,8 +13,9 @@ module Liquid
end
end
def render(context, output = '')
@body.render(context, output)
# For backwards compatibility
def render(context)
@body.render(context)
end
def blank?