Actions
Bug #9901
closedClarify documentation for Array#insert
Bug #9901:
Clarify documentation for Array#insert
Description
The current documentation for Array#insert is misleading regarding negative indices. The attached patch clarifies the documentation.
Files
Updated by zzak (zzak _) over 11 years ago
- Tracker changed from Misc to Bug
- Status changed from Open to Assigned
- Assignee changed from drbrain (Eric Hodel) to zzak (zzak _)
- ruby -v set to 2.2.0dev
Thanks for the report!
Updated by hsbt (Hiroshi SHIBATA) over 11 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
Applied in changeset r46782.
- array.c: Clarify documentation for Array#insert.
[ruby-core:62934] [Bug #9901]
Actions