[ruby-cvs:78488] a91637c516 (master): Make {Method, UnboundMethod}#super_method handle clone/bind/unbind
"Jeremy Evans" <[email protected]>
| Newsgroups | gmane.comp.lang.ruby.cvs |
|---|---|
| Message-ID | <[email protected]> |
Jeremy Evans 2019-10-03 07:20:10 +0900 (Thu, 03 Oct 2019)
New Revision: a91637c516
https://github.com/ruby/ruby/commit/a91637c516
Log:
Make {Method,UnboundMethod}#super_method handle clone/bind/unbind
This wasn't working previously because the iclass entry wasn't
being copied, and without an iclass entry, super_method returns
nil.
Fixes [Bug #15629]
Modified files:
proc.c
test/ruby/test_method.rb