From: Florent Guilleux Date: 2009-02-26T04:53:43+09:00 Subject: [ruby-core:22497] [Feature #1212] doc for Array#fill misses indication about negative value for the start argument Feature #1212: doc for Array#fill misses indication about negative value for the start argument http://redmine.ruby-lang.org/issues/show/1212 Author: Florent Guilleux Status: Open, Priority: Low Category: DOC, Target version: 1.9.x The doc for Array#fill misses indication about negative value for the start argument. For instance Array#fetch says "Negative values of index count from the end of the array.". Array#fill should probably says something like "Negative values of start count from the end of the array.". ---------------------------------------- http://redmine.ruby-lang.org