class Sass::Script::Lexer

def unpeek!

to before the token returned by \{#peek}.
Rewinds the underlying StringScanner
def unpeek!
  @scanner.pos = @tok.pos if @tok
end