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