# File lib/unified_ruby.rb, line 18
  def rewrite_argspush exp
    exp[0] = :arglist
    exp
  end