# File lib/ruby2ruby.rb, line 789
  def process_super(exp)
    args = finish exp

    "super(#{args.join(', ')})"
  end