mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
Cycle tags are never blank
This commit is contained in:
@@ -43,7 +43,11 @@ module Liquid
|
||||
result
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
def blank?
|
||||
false
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def variables_from_string(markup)
|
||||
|
||||
Reference in New Issue
Block a user