From: Mathieu Bouchard Date: 2001-03-09T23:57:12+09:00 Subject: [ruby-talk:12328] Re: Q re looping structures > >>>>> "M" == Mathieu Bouchard writes: > M> a=[7]; a< M> b=[7,[7]]; b[1]< M> a==b > -:4:in `==': detected recursive container object (TypeError) No, I mean, if we were to say that such structures should be comparable, i.e. if the result of a==b should be true or false, which one would you pick and why? matju