mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-19 10:52:48 -07:00
liquid without the garbage
This commit is contained in:
+2
-2
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user