From: Ryan Leavengood Date: 2005-10-10T02:57:46+09:00 Subject: Re: bang methods On 10/9/05, James Edward Gray II wrote: > > Not to hijack the thread, but I secretly pine for sort_by!(). I > swear I've never used it when it wasn't like: > > arr = arr.sort_by { ... whatever ... } Not to add to the highjacking, but I agree. In fact, if I had to prioritize which should be added first, sort_by! would be higher than select!. And to address David's note about delete_if and reject! not quite being synonyms, true, so therefore keep_if and select! should have similar semantics. Ryan