On Fri, Jun 07, 2002 at 03:44:19AM +0900, Mathew Johnston wrote: > Is it possible to get the same effect as the following, but without > having to pass self as an arguement? Yes, but all the solutions I know of are either slow or buggy (see [ruby-talk:22963] for one such solution). Why do you want to do this, anyway? It doesn't sound like a good idea. Paul