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