From: Joel VanderWerf Date: 2009-08-22T03:06:46+09:00 Subject: Re: Help : a scoping question Michel Demazure wrote: > In short, is there a ruby way to execute a parameter-less block with a > given receiver ? pr = proc {p self} 2.instance_eval &pr => 2 Is that what you're looking for? -- vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407