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