class Sass::Script::Lexer

def variable

def variable
  return unless @scanner.scan(REGULAR_EXPRESSIONS[:variable])
  [:const, @scanner[1]]
end