From: Ryan Davis Date: 2010-10-15T05:25:23+09:00 Subject: Re: sort_by: multiple fields with reverse sort On Oct 14, 2010, at 08:35 , Steve Howell wrote: > module Enumerable > def sort_by_multi(*key_methods) > def compare(a,b, key_methods) This doesn't do what you think (or at least imply that) it does.