mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 00:40:40 -07:00
Liquid::Context#squash_instance_assigns_with_environments can result in Proc objects in the environment to be eagerly evaluated. So it should be possible to finish initializing the context object before this is done. Allowing a block to be used for this purpose avoids the need to add additional parameters for this purpose.