From: James Edward Gray II Date: 2005-10-10T01:26:25+09:00 Subject: Re: bang methods On Oct 9, 2005, at 6:56 AM, Gavin Sinclair wrote: > Finally, FWIW, here's a list of Array methods that _don't_ have an > in-place counterpart (including Enumerable methods): > > find_all grep sort_by 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 ... } James Edward Gray II P.S. I have no problem at all with select!(). Honestly, the English seems fine to me. It's a real word and I know what it means. It's certainly more English than extname(), callcc(), nitems(), etc.