From: "Florian Groß" Date: 2005-09-06T06:34:08+09:00 Subject: Re: Change Binding of a Proc Trans wrote: > I'm able to turn the proc into an instance method, then capture the > UnboundMethod, then undefine it, then bind it to the instance in order > to call it, but that sure seems like a hek of a round about way to have > to do things. I wonder why you have to call a proc on an instance when it isn't used as an instance method. Care to explain? > Any better solutions? evil-ruby has Proc#self=. It's not one of the safer methods.