From: Sean O'Halpin Date: 2005-11-07T09:36:21+09:00 Subject: Re: Fun with Permutations (including new change for Facets) On 11/7/05, Daniel Sheppard wrote: > s = (0...size).to_a.reverse > ... > break if s.each { |i| Did you know there is a reverse_each? Might shave off a millisecond or two ;) Regards, Sean