class RuboCop::AST::NodePattern::Builder

def emit_unary_op(type, _operator = nil, *children)

def emit_unary_op(type, _operator = nil, *children)
  n(type, children)
end