class RuboCop::AST::NodePattern::Builder

def n(type, *args)

def n(type, *args)
  Node::MAP[type].new(type, *args)
end