From: Yukihiro Matsumoto Date: 2005-10-20T08:16:18+09:00 Subject: Re: Hi, In message "Re: " on Thu, 20 Oct 2005 02:50:03 +0900, Xeno Campanoli writes: |# Here is my bug. It turns out it's not as whacky as I though. It just |# was failing because Ruby cannot sort booleans; presumably an omission: Sorting is to reorder items according to their value order. How can booleans can be sorted? Is there any order between true and false? Which is bigger, in that case? matz.