From: "zzak (Zachary Scott)" Date: 2012-12-22T02:02:42+09:00 Subject: [ruby-core:51067] [ruby-trunk - Bug #7598][Open] Move IRB::INSPECTORS and class methods to IRB::Inspector Issue #7598 has been reported by zzak (Zachary Scott). ---------------------------------------- Bug #7598: Move IRB::INSPECTORS and class methods to IRB::Inspector https://bugs.ruby-lang.org/issues/7598 Author: zzak (Zachary Scott) Status: Open Priority: Normal Assignee: keiju (Keiju Ishitsuka) Category: lib Target version: 2.0.0 ruby -v: 2.0.0 As of RDOC commit https://github.com/rdoc/rdoc/commit/610b483, methods defined on constants will no longer be documented. INSPECTORS and methods defined on the constant should be moved to the Inspector class. I especially find ::def_inspector useful for implementing new inspectors. -- http://bugs.ruby-lang.org/