From: "zzak (Zachary Scott)" Date: 2012-12-22T02:09:32+09:00 Subject: [ruby-core:51068] [ruby-trunk - Bug #7598][Assigned] Move IRB::INSPECTORS and class methods to IRB::Inspector Issue #7598 has been updated by zzak (Zachary Scott). Status changed from Closed to Assigned % Done changed from 100 to 0 Committed r38542 please check it ---------------------------------------- Bug #7598: Move IRB::INSPECTORS and class methods to IRB::Inspector https://bugs.ruby-lang.org/issues/7598#change-34995 Author: zzak (Zachary Scott) Status: Assigned 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/