From: Andrea Singh Date: 2011-10-10T02:06:32+09:00 Subject: [ruby-core:40078] [Ruby 1.9 - Bug #5412] Array documentation Issue #5412 has been updated by Andrea Singh. File 0001-Adjustments-to-Array-documentation.patch added Hi Eric, I made the adjustments you requested. I added the * for blank lines and linked the references to other methods where possible. In some instances, like for Array#<< or Array#[] adding the hash mark didn't create the link. Not sure if there's a workaround for that. I also tried to trim down the two sections you mentioned (Creating Arrays and Accessing Array Elements). Let me know if you think this will work or whether you need me to edit it even further. Thanks, Andrea ---------------------------------------- Bug #5412: Array documentation http://redmine.ruby-lang.org/issues/5412 Author: Andrea Singh Status: Open Priority: Normal Assignee: Eric Hodel Category: DOC Target version: ruby -v: trunk As a contribution to the Mendicant University drive to enhance MRI documentation, I've tackled documentation of the Array class. I've amplified the general description of the Array class and highlighted some of the more commonly used instance methods. I've also edited some of the method-level code samples. -- http://redmine.ruby-lang.org