mirror of
https://github.com/kemko/liquid.git
synced 2026-01-04 01:05:40 +03: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