Actions
Feature #13118
closedArray#at(*indexes); Array#at([indexes])
Feature #13118:
Array#at(*indexes); Array#at([indexes])
Status:
Closed
Assignee:
-
Target version:
-
Description
It is useful to have Array return a repeated permutation. Rather than add another method, we could overload Array#at to take multiple indexes.
Updated by jeremyevans0 (Jeremy Evans) over 9 years ago
Updated by crb002 (Chad Brewbaker) over 9 years ago
Well, I am an idiot. Read through the array spec twice and missed it both times. Please close.
Updated by shyouhei (Shyouhei Urabe) over 9 years ago
- Status changed from Open to Closed
No problem. Thank you anyway.
Actions