From: "Florian Groß" Date: 2005-09-20T00:52:36+09:00 Subject: Re: help with tricky proc/binding issue Ara.T.Howard wrote: > another option would be to turn the problem inside out and do something > like > > l = lambda{ p x } > l.self = obj > l.call Procs are currently immutable and I'd assume that the source code assumes that they can not be changed in several places. It's less risky to return a new object with a changed self context, IMHO.