mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 17:00:39 -07:00
Array#shift would move all the remaining elements of the array, which is slower for larger arrays.
Array#shift would move all the remaining elements of the array, which is slower for larger arrays.