From: Rolando Abarca Date: 2008-10-17T19:46:34+09:00 Subject: Re: about lambda and its binding On 16-10-2008, at 22:15, Mike Gold wrote: > Rolando Abarca wrote: >> >> So... is there a way to call the lambda defined in A with the binding >> of B? >> thanks a lot for any hint... > > def initialize > a = A.new > instance_eval(&a.foo) > end duh... I totally forgot about instance_eval :-) thanks!! -- Rolando Abarca M.