mirror of
https://github.com/kemko/liquid.git
synced 2026-01-01 15:55:40 +03: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.