# File lib/liquid/lexer.rb, line 21
def
initialize
(
input
)
@ss
=
StringScanner
.
new
(
input
.
rstrip
)
end