# File lib/sass/script/lexer.rb, line 140 def next @tok ||= read_token @tok, tok = nil, @tok @prev = tok return tok end