Project

General

Profile

« Previous | Next » 

Revision a91637c5

Added by jeremyevans (Jeremy Evans) almost 6 years ago

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]