From 34f07dda59dd46f236a61f265949afcd1ff23bd6 Mon Sep 17 00:00:00 2001 From: Adrian Legaspi Date: Sat, 19 Dec 2015 04:17:35 +0800 Subject: [PATCH] removed redundancy at htmltags file --- lib/liquid/htmltags.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/liquid/htmltags.rb b/lib/liquid/htmltags.rb index 78424e6..383794c 100644 --- a/lib/liquid/htmltags.rb +++ b/lib/liquid/htmltags.rb @@ -43,7 +43,6 @@ module Liquid 'index0' => index, 'col' => col + 1, 'col0' => col, - 'index0' => index, 'rindex' => length - index, 'rindex0' => length - index - 1, 'first' => (index == 0),