summaryrefslogtreecommitdiff
path: root/proc.c
diff options
context:
space:
mode:
authorJeremy Evans <code@jeremyevans.net>2020-03-22 09:30:20 -0700
committerGitHub <noreply@github.com>2020-03-22 09:30:20 -0700
commitadecd43197d5ea2a62a618a5c9be653bcf009c62 (patch)
tree87d424ac3085c83ed021273ee2ad9e8b4a11f5d6 /proc.c
parent4f7b435c955792af780fe9e94f98d3dde839e056 (diff)
downloadruby-adecd43197d5ea2a62a618a5c9be653bcf009c62.tar.gz
Merge pull request #2721 from jeremyevans/method-inspect-chain-alias-11188
Correctly show defined class for aliases of aliases
Diffstat (limited to 'proc.c')
-rw-r--r--proc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/proc.c b/proc.c
index 9a4aaf4918..9164c27ff8 100644
--- a/proc.c
+++ b/proc.c
@@ -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