class Opal::Nodes::CallNode

def sexp_with_arglist

def sexp_with_arglist
  @sexp.updated(nil, [recvr, meth, arglist])
end