mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
Remove unused lex_specials method
This commit is contained in:
@@ -50,15 +50,5 @@ module Liquid
|
||||
@output << tok
|
||||
end
|
||||
end
|
||||
|
||||
protected
|
||||
def lex_specials
|
||||
c = @ss.getch
|
||||
if s = SPECIALS[c]
|
||||
return Token.new(s,c)
|
||||
end
|
||||
|
||||
raise SyntaxError, "Unexpected character #{c}."
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user