# File lib/ruby2ruby.rb, line 787 def process_super(exp) args = finish exp "super(#{args.join(', ')})" end