From: Mike Gold Date: 2008-10-17T10:15:18+09:00 Subject: Re: about lambda and its binding 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 -- Posted via http://www.ruby-forum.com/.