# File lib/ruby2ruby.rb, line 687 def process_op_asgn_and(exp) # a &&= 1 # [[:lvar, :a], [:lasgn, :a, [:lit, 1]]] exp.shift process(exp.shift).sub(/\=/, '&&=') end