From: nagachika00@... Date: 2021-03-20T06:52:09+00:00 Subject: [ruby-core:102952] [Ruby master Bug#17428] Method#inspect bad output for class methods Issue #17428 has been updated by nagachika (Tomoyuki Chikanaga). MEMO: Though there should be some preceding changesets, I gave up to find it for the time being. ---------------------------------------- Bug #17428: Method#inspect bad output for class methods https://bugs.ruby-lang.org/issues/17428#change-91017 * Author: marcandre (Marc-Andre Lafortune) * Status: Closed * Priority: Normal * Assignee: matz (Yukihiro Matsumoto) * ruby -v: ruby 3.0.0dev (2020-12-22T17:37:59Z master 487355873a) [x86_64-darwin18] * Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: REQUIRED ---------------------------------------- ``` $ $ ruby -e 'p String.method(:prepend)' # 2.7.0: # # 3.0.0: #(Module)#prepend(*)> ``` @jeremyevans found it shows the method as pertaining to one level too high (which is good for objects as we don't want to show the singleton class there, but not for classes). Probably due to #15608 -- https://bugs.ruby-lang.org/ Unsubscribe: