From: Arnaud Bergeron Date: 2006-08-12T00:55:53+09:00 Subject: Re: instance_eval vs. class_eval context On 8/10/06, Andrew Gibson wrote: > Is it the same context when a class is the receiver of instance_eval or > class_eval/module_eval? No. In case of instance_eval you will be in the class, and in the case of (class|module)_eval you will be in the class of the class (which is Class) [Hurray for multiple meanings to a word!] > Posted via http://www.ruby-forum.com/. -- "What is your function in life?" - Killer