class RuboCop::AST::NodePattern::Builder

def emit_list(type, _begin, children, _end)

def emit_list(type, _begin, children, _end)
  n(type, children)
end