# File lib/ruby2ruby.rb, line 44
  def process exp
    exp = Sexp.from_array(exp) if Array === exp unless Sexp === exp
    super exp
  end