liquid without the garbage

This commit is contained in:
Florian Weingarten
2019-04-22 16:34:31 -04:00
parent c2ef247be5
commit 2a1ca3152d
25 changed files with 144 additions and 101 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ module Liquid
end
end
def render(context)
@body.render(context)
def render(context, output = '')
@body.render(context, output)
end
def blank?