Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reinstate WrapperMethod for visibility changes. Fixes #4272.
This was introduced via a fix for #3869, to update impl class so that transplanted methods would super correctly. However, this logic - which does not want a new impl class - got caught up. The fix here reverts to using WrapperMethod for now, until we start managing visibilty more like MRI or come up with a better fix.
- Loading branch information