Project

General

Profile

Bug #11313 » 0001-proc.c-be-a-kind_of-not-be-be-a-kind_of.patch

tuzz (Chris Patuzzo), 06/26/2015 10:47 PM

View differences:

proc.c
* these is an <code>UnboundMethod</code> object.
*
* Unbound methods can only be called after they are bound to an
* object. That object must be be a kind_of? the method's original
* object. That object must be a kind_of? the method's original
* class.
*
* class Square
(2-2/2)