From: Pit Capitain Date: 2003-12-15T20:28:04+09:00 Subject: Re: Q: How to convert hashed parameters to local variables? Pit Capitain wrote: > ... > > Note that in the block passed to the method parameters you can only > access the args (first, last, ...), but not instance variables or > methods from the calling object. This wasn't correct: you can even call methods, just not access instance variables. Regards, Pit