class RuboCop::AST::NodePattern::Lexer

def token(type, value)

def token(type, value)
  [type, value]
end