# File lib/ruby2ruby.rb, line 113
  def process_array(exp)
    "[#{process_arglist(exp)}]"
  end