Question regarding looping structures: what should a loop-aware Array#== return in the following case? a=[7]; a<<a b=[7,[7]]; b[1]<<b a==b matju