I'm considering suggesting that the base functionality for the enumerable-extra gem[1] be submitted into core. In a nut shell, it's that you can do list.map :name as an alternative to list.map &:name which is arguably less readable. Thoughts? -r [1] http://allgems.ruby-forum.com/docs/enumerable-extra/0.1.2/doc/hanna/ -- Posted via http://www.ruby-forum.com/.