class Sass::Script::Lexer
def token
def token return string('') if after_interpolation? variable || string || number || color || bool || op || ident end
def token return string('') if after_interpolation? variable || string || number || color || bool || op || ident end