From: Martin DeMello Date: 2005-09-20T01:06:37+09:00 Subject: Re: help with tricky proc/binding issue Florian Gro� wrote: > > 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. proc.bound_to(object), perhaps. martin