Cycle tags are never blank

This commit is contained in:
Florian Weingarten
2013-06-27 14:00:38 +02:00
parent c16697746b
commit b4fbcea114
2 changed files with 9 additions and 1 deletions
+5 -1
View File
@@ -43,7 +43,11 @@ module Liquid
result
end
end
def blank?
false
end
private
def variables_from_string(markup)