class Sass::Script::Lexer

def whitespace

def whitespace
  @scanner.scan(REGULAR_EXPRESSIONS[:whitespace])
end