From: Mat Schaffer Date: 2006-05-26T22:47:55+09:00 Subject: Re: Binding Blocks? (in Tk, for example) On May 26, 2006, at 9:40 AM, ts wrote: >>>>>> "M" == Mat Schaffer writes: > > M> How does TkLabel pull the block into it's internal scope? > > it use instance_eval Can you give a code example or documentation page? I can't figure out how to use instance_eval with a Proc or yield... -Mat