# File lib/parser/builders/default.rb, line 666
    def procarg0(arg)
      if self.class.emit_procarg0
        arg.updated(:procarg0)
      else
        arg
      end
    end