kristianpd (Kristian PD)
- Login: kristianpd
- Email: kristianpd@gmail.com
- Registered on: 01/07/2011
- Last sign in: 01/07/2011
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/07/2011
-
01:14 AM Ruby Bug #4245 (Rejected): Array index with Range inconsistency
- =begin
I've come across what I believe to be a possible inconsistency in the implementation of the Range array index method. The following example describes my case:
array = [1,2,3,4,5]
tests
a) array[0..5] // [1,2,3,4,5]
...