From: Roger Pack Date: 2008-05-24T05:45:12+09:00 Subject: Re: ruby wish-list Back to the wishing well... I wish there were some elegant way to do .= a = a.method as a cleaner syntax. Only problem being I can't even think of an elegant syntax for that. Oh, and a gripe: array.map &:id I think this syntax is good, but slightly confusing. I know what it does, but wish it were deprecated for ugliness, and ruby would automatically call .to_proc on parameters, or something better than what it does now. Of course, that's just me, and I can't think of an elegant syntax for it ;) -R -- Posted via http://www.ruby-forum.com/.