From: Phrogz Date: 2007-11-07T07:45:33+09:00 Subject: Re: Sort and a multiline block On Nov 6, 2:42 pm, Raymond O'Connor wrote: > [3, 7, 4, 1, 8, 2, 8, 9].sort do |a, b| > b <=> a > end > #returns [1, 2, 3, 4, 7, 8, 8, 9] I do not get this result; I get what you expected. What OS are you running, including version? What version of Ruby? Did you hand compile it, or use an installer. Can you show 'proof' in the form of a single program that does that above, showing that you are for sure getting this result with exactly this code?