mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
1.8.7 compatibility fix In Ruby 1.8.7, Hash does not preserve insertion ordering as Array does. This could cause a problem when registering filters which depend on others and the registration order is important. So, the @@filters variable was changed to array where the order of the filters is the same as the insertion order.