mirror of
https://github.com/kemko/liquid.git
synced 2026-01-04 17:25:41 +03:00
Remove duplicate key in hash
This commit is contained in:
@@ -42,7 +42,6 @@ module Liquid
|
||||
'index0'.freeze => index,
|
||||
'col'.freeze => col + 1,
|
||||
'col0'.freeze => col,
|
||||
'index0'.freeze => index,
|
||||
'rindex'.freeze => length - index,
|
||||
'rindex0'.freeze => length - index - 1,
|
||||
'first'.freeze => (index == 0),
|
||||
|
||||
Reference in New Issue
Block a user