I notice that there are a lot of great snippets in the ruby bundle, but I'm wondering if there is a way to do the self-modifying versions of these methods. For example, there is collect, but not collect!
Thanks, Carl
On 02/02/2006, at 18:57, Carl Youngblood wrote:
I notice that there are a lot of great snippets in the ruby bundle, but I'm wondering if there is a way to do the self-modifying versions of these methods. For example, there is collect, but not collect!
No, unless you add new snippets yourself, or figure out some magic so it can guess if you want the argument form or not. I suppose that _could_ be done, actually. Not sure though.
-- Sune.