# File lib/ruby2ruby.rb, line 874
  def process_super(exp)
    args = exp.shift
    args[0] = :arglist
    "super(#{process(args)})"
  end