mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-20 11:20:41 -07:00
render_to_output_buffer
This commit is contained in:
+3
-2
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user