From: "matz (Yukihiro Matsumoto)" Date: 2022-03-17T13:58:16+00:00 Subject: [ruby-core:107951] [Ruby master Bug#11063] Special singleton class should return true for singleton_class? test Issue #11063 has been updated by matz (Yukihiro Matsumoto). Status changed from Open to Rejected This inconsistency does not have any actual drawback, so we keep the current behavior. Matz. ---------------------------------------- Bug #11063: Special singleton class should return true for singleton_class? test https://bugs.ruby-lang.org/issues/11063#change-96901 * Author: rbjl (Jan Lelis) * Status: Rejected * Priority: Normal * ruby -v: ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-linux] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- This seems wrong (or at least inconsistent): ~~~ nil.singleton_class.singleton_class? #=> false true.singleton_class.singleton_class? #=> false false.singleton_class.singleton_class? #=> false ~~~ ---Files-------------------------------- special_singletons.patch (1.16 KB) -- https://bugs.ruby-lang.org/ Unsubscribe: