backport argument error fix

This commit is contained in:
Florian Weingarten
2015-07-24 11:04:40 -04:00
parent 5068fcae03
commit 529cc60ef1
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -316,7 +316,7 @@ module Liquid
else
nil
end
rescue ArgumentError
rescue ::ArgumentError
nil
end