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