mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
Ruby's Array#fetch accepts either a default value or a block, but not both. If both are passed in, then it uses the block and outputs this warning: ``` lib/liquid/static_registers.rb:34: warning: block supersedes default value argument ```