Merge pull request #551 from Shopify/expose-variable-name

Merge pull request 551
This commit is contained in:
Justin Li
2015-04-24 11:23:35 -04:00
committed by Florian Weingarten
parent 000d0c911b
commit 47dbcd93a5
2 changed files with 8 additions and 0 deletions
+2
View File
@@ -3,6 +3,8 @@ module Liquid
SQUARE_BRACKETED = /\A\[(.*)\]\z/m
COMMAND_METHODS = ['size'.freeze, 'first'.freeze, 'last'.freeze]
attr_reader :name, :lookups
def self.parse(markup)
new(markup)
end