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