# File lib/ruby_parser/bm_sexp.rb, line 259
  def each_arg! &block
    @my_hash_value = nil
    self.each_arg true, &block
  end