diff options
author | Jeremy Evans <[email protected]> | 2020-03-22 09:30:20 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2020-03-22 09:30:20 -0700 |
commit | adecd43197d5ea2a62a618a5c9be653bcf009c62 (patch) | |
tree | 87d424ac3085c83ed021273ee2ad9e8b4a11f5d6 /proc.c | |
parent | 4f7b435c955792af780fe9e94f98d3dde839e056 (diff) |
Merge pull request #2721 from jeremyevans/method-inspect-chain-alias-11188
Correctly show defined class for aliases of aliases
Notes
Notes:
Merged-By: jeremyevans <[email protected]>
Diffstat (limited to 'proc.c')
-rw-r--r-- | proc.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1657,8 +1657,8 @@ method_entry_defined_class(const rb_method_entry_t *me) * meth == other_meth -> true or false * * Two method objects are equal if they are bound to the same - * object and refer to the same method definition and their owners are the - * same class or module. + * object and refer to the same method definition and the classes + * defining the methods are the same class or module. */ static VALUE |