Actions
Bug #10826
closedRefinements make instance_methods(false) return methods of superclasses
Bug #10826:
Refinements make instance_methods(false) return methods of superclasses
Description
If a method is refined for a subclass X of the owner of the method,
X.instance_methods(false) returns that method even if it's not defined
in X.
Actions