From: "drbrain (Eric Hodel)" Date: 2012-06-08T07:02:08+09:00 Subject: [ruby-core:45492] [ruby-trunk - Bug #6553][Assigned] confusing use of "p " in String#start_with? documentation Issue #6553 has been updated by drbrain (Eric Hodel). Category set to DOC Status changed from Open to Assigned Assignee set to drbrain (Eric Hodel) ---------------------------------------- Bug #6553: confusing use of "p " in String#start_with? documentation https://bugs.ruby-lang.org/issues/6553#change-27080 Author: nathanst (Nathan Stratton Treadway) Status: Assigned Priority: Normal Assignee: drbrain (Eric Hodel) Category: DOC Target version: ruby -v: 1.9.3 The three code samples given for the starts_with?() method (for the String class) all start with "p ". This is the only code sample in that page that uses that idiom, and the examples show the values returned by the expressions using the "#=>" syntax anyway, so I'm wondering if there is any reason not to remove those "p " calls? -- http://bugs.ruby-lang.org/