From: Pat Nakajima Date: 2008-11-23T08:50:52+09:00 Subject: Re: wish list item: Method#to_proc On Nov 22, 6:22 pm, Roger Pack wrote: > would this be useful/theoretically possible? > UnboundMethod#to_proc > Thanks! > -=R > -- > Posted viahttp://www.ruby-forum.com/. I put together an implementation here: http://github.com/nakajima/rebound/tree/master/lib%2Frebound.rb#L11-13. Not great, since it relies on Ruby2Ruby, but it worked for what I needed, which was just to see if I could do it.