mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
After moving the method existence check from Context into Strainer, updated Strainer to only accept invokation methods that were added via filter Modules, and done in a way that respond_to? is never called, preventing unconstrained Symbol table growth.