From: Caleb Clausen Date: 2009-09-05T13:56:01+09:00 Subject: Re: Is Passing a Binding with Parameters Possible? On 9/4/09, John Sikora wrote: > Space Ship Traveller wrote: >> I like lmgtfy: >> >> http://lmgtfy.com/?q=Binding+of_caller > > Thanks for the link. No one has ever accused me of being particularly > adept at conducting a web search. > > Unfortunately, I feel even more ignorant because I cannot get the code > to work. At first I tried adapting the code in my post to use Binding.of_caller is really a hack... Don't use it. You're better off passing a binding explicitly, like 7stud says, or implicitly in a block, like you had originally.