# File test/pseudo_req_res.rb, line 113
    def each(traversed={})
      unless (traversed.include? self) then
        @each_call += 1
        yield(self)
      end
      nil
    end