From: "zzak (Zachary Scott)" Date: 2013-02-02T14:09:52+09:00 Subject: [ruby-core:51805] [ruby-trunk - Bug #7656][Feedback] Handful of documentations Issue #7656 has been updated by zzak (Zachary Scott). Status changed from Open to Feedback Assignee changed from zzak (Zachary Scott) to vbatts (Vincent Batts) Hello Vincent, I've committed your patch for lib/debug. as r39019, I was reviewing your patch for lib/pp.rb and noticed the example for PPMethods::check_inspect_key doesn't work in trunk. ::check_inspect_key(obj.object_id) returns nil then ::push_inspect_key(obj.object_id) raises: NoMethodError: undefined method `[]=' for nil:NilClass ---------------------------------------- Bug #7656: Handful of documentations https://bugs.ruby-lang.org/issues/7656#change-35780 Author: vbatts (Vincent Batts) Status: Feedback Priority: Normal Assignee: vbatts (Vincent Batts) Category: DOC Target version: 2.0.0 ruby -v: ruby 2.0.0dev (2012-12-08) [i686-linux] This fixes documentation in ENV, adds a little for debug.rb, and completes PP -- http://bugs.ruby-lang.org/