[#927] UnboundMethod#to_proc — Dave Thomas <dave@...>

I'm wondering what I can do with a Proc generated by

17 messages 2003/04/06

Re: UnboundMethod#to_proc

From: "Chris Pine" <nemo@...>
Date: 2003-04-06 14:15:46 UTC
List: ruby-core #929
----- Original Message -----
so, bind UnboundMethod first, then call to_proc.
----------------------------

Then does it make any sense for UnboundMethod#to_proc to be defined?

(This is another reason why it feels like Method should subclass
UnboundMethod and not the other way around...)

Chris


In This Thread