Actions
Misc #14673
openDocumentation for `Array#drop` / `drop_while` unclear in regard to modification
Status:
Open
Assignee:
-
Description
The documentation for Array#drop
says:
Drops first
n
elements fromary
and returns the rest of the elements in an array.
It's unclear if the receiver is being changed or not (it is not). The documentation should be more explicit in that regard.
Maybe something like "Returns a new array containing all except the first n
elements from ary
".
This also applies to Array#drop_while
.
No data to display
Actions
Like0