From: Caley Woods Date: 2011-06-10T00:35:09+09:00 Subject: [ruby-core:36892] [Ruby 1.9 - Bug #4858][Open] array.drop() doc change in array.c Issue #4858 has been reported by Caley Woods. ---------------------------------------- Bug #4858: array.drop() doc change in array.c http://redmine.ruby-lang.org/issues/4858 Author: Caley Woods Status: Open Priority: Normal Assignee: Eric Hodel Category: DOC Target version: ruby -v: 1.9.2 -p180 I made the following change to the array.drop documentation: * Drops first n elements from ary, and returns rest elements * in an array. * Drops first n elements from ary. and returns the rest of the * elements in an array. I know this isn't std lib but seems like a useful, small change. Originally submitted pull request on GitHub but closed it there, hoping for faster acceptance through redmine. -- http://redmine.ruby-lang.org