class RuboCop::AST::NodePattern::Builder

def emit_atom(type, value)

def emit_atom(type, value)
  n(type, [value])
end