Files
liquid/lib
Sam Doiron cc6cd64065 Special case Hash#last in variable lookup
Ruby's defines Hash#first via Enumerable but not Hash#last.
This is a confusing behaviour, and it bubbles up to Liquid.

Solution: add a special case for command-lookups of Hash#last to return
hash.values.last.
2022-11-01 14:40:36 -03:00
..