class Sass::Script::Lexer

def ident_op

def ident_op
  return unless op = scan(REGULAR_EXPRESSIONS[:ident_op])
  [OPERATORS[op]]
end