From: Trans Date: 2005-10-30T22:42:06+09:00 Subject: Re: "Readability" inflation > ary.sort_by(:foo, :bar, :wack!) Oh, those weren't method calls, there were parameters to #meth --I know Enumerable doesn't support args, but I have a module EnumerableArgs that does (And let me tell you that was a pain --I had to essentially rewrite Enumerable from scratch!) T.