mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 02:10:41 -07:00
Add ParseContext#new_block_body to centralize the liquid-c override point
This commit is contained in:
@@ -48,7 +48,7 @@ module Liquid
|
||||
private
|
||||
|
||||
def new_body
|
||||
Liquid::BlockBody.new
|
||||
parse_context.new_block_body
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user