From: lopex Date: 2004-08-17T23:16:05+09:00 Subject: Re: instance_eval lopex wrote: Ok. the following works since a gets captured by clousure > x.instance_eval{p a} but x.instance_eval("a") is a plain function call > Marcin Mielzynski