From: nagachika00@... Date: 2014-07-03T03:15:16+00:00 Subject: [ruby-core:63530] [ruby-trunk - Bug #9877] [Assigned] IRB::OutputMethod defines "pp", but it's actually "p" Issue #9877 has been updated by Tomoyuki Chikanaga. Category set to lib Status changed from Open to Assigned Assignee set to Keiju Ishitsuka ---------------------------------------- Bug #9877: IRB::OutputMethod defines "pp", but it's actually "p" https://bugs.ruby-lang.org/issues/9877#change-47578 * Author: Greg Hazel * Status: Assigned * Priority: Normal * Assignee: Keiju Ishitsuka * Category: lib * Target version: * ruby -v: ruby 2.0.0p451 * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN ---------------------------------------- IRB::OutputMethod#pp is actually more like Kernel#p than PrettyPrint#pp. There doesn't seem to be a good reason for the misleading name, and use of OutputMethod requires all the Kernel print methods. (Predicated on #9876 being fixed, of course) -- https://bugs.ruby-lang.org/