From: mortee Date: 2007-10-15T22:54:23+09:00 Subject: Re: "reversing" a Time Sascha Abel wrote: > Couldn't you just do > > sort_by{|e| [e.name, e.time]}.reverse > > ? No, because I just wanted to reverse the order of one component, not the entire sequence. mortee