# File lib/unified_ruby.rb, line 144
  def rewrite_dasgn(exp)
    exp[0] = :lasgn
    exp
  end