On Tue, Feb 10, 2009 at 12:19 PM, David Chelimsky <dchelimsky at gmail.com> wrote: > Right. I've done stuff like this before: > > [b,d,a,c].sort_with_special_method.should == [a,b,c,d] > > Any other patterns out there? That's how I do it. Pat