General

Profile

aman@ruby (Aman Puri)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

03/02/2017

04:35 AM Ruby master Bug #13266 (Rejected): Slicing in array producing wrong results
```
even_nums = [2,4,6,8,10]
2.3.1 :007 > even_nums[5,0]
=> []
# it must return nil as index is out of bound ...
aman@ruby (Aman Puri)

Also available in: Atom