# File lib/ruby2ruby.rb, line 421 def process_iasgn(exp) lhs = exp.shift if exp.empty? then # part of an masgn lhs.to_s else "#{lhs} = #{process exp.shift}" end end