Actions
Bug #7598
closedMove IRB::INSPECTORS and class methods to IRB::Inspector
Description
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.
Updated by zzak (zzak _) almost 12 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r38542.
Zachary, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
- lib/irb/inspector.rb, lib/irb/context.rb: Move IRB::INSPECTORS and
class methods to IRB::Inspector [ruby-core:51067][Bug #7598]
Updated by zzak (zzak _) almost 12 years ago
- Status changed from Closed to Assigned
- % Done changed from 100 to 0
Committed r38542 please check it
Updated by keiju (Keiju Ishitsuka) almost 12 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r38625.
Zachary, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
- lib/irb/context.rb: fix IRB::Inspector#keys_with_inspector [Bug #7598]
Actions
Like0
Like0Like0Like0