From: Sean O'Halpin Date: 2006-07-05T11:23:10+09:00 Subject: Re: About 1.9 #__method__ feature. On 7/4/06, Austin Ziegler wrote: > #instance_exec -- which does what, exactly? instance_exec() is instance_eval() with arguments that get passed through to the block, e.g. obj.instance_exec(42) {|x| instance_method_do_something_with(x) } Regards, Sean