class RuboCop::AST::NodePattern::Parser::WithMeta::Builder

def n(type, children, source_map)

def n(type, children, source_map)
  super(type, children, { location: source_map })
end