From adecd43197d5ea2a62a618a5c9be653bcf009c62 Mon Sep 17 00:00:00 2001 From: Jeremy Evans Date: Sun, 22 Mar 2020 09:30:20 -0700 Subject: Merge pull request #2721 from jeremyevans/method-inspect-chain-alias-11188 Correctly show defined class for aliases of aliases --- proc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proc.c') 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 -- cgit v1.2.1