Remove command_lookups reader

This commit is contained in:
Justin Li
2015-04-21 00:25:51 -04:00
parent e5dd63e1fc
commit f1f3f57647
2 changed files with 1 additions and 7 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ module Liquid
SQUARE_BRACKETED = /\A\[(.*)\]\z/m
COMMAND_METHODS = ['size'.freeze, 'first'.freeze, 'last'.freeze]
attr_reader :name, :lookups, :command_flags
attr_reader :name, :lookups
def self.parse(markup)
new(markup)