kbl (Marcin Pietraszek)
- Login: kbl
- Email: marcin@pietraszek.pl
- Registered on: 03/31/2011
- Last sign in: 04/10/2011
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
03/31/2011
-
04:44 PM Ruby Feature #4541 (Rejected): Inconsistent Array.slice()
- Array `slice`/`[]` method is a bit inconsistent. Is it just poorly documented "feature" or a bug? In API doc I can't find this behaviour mentioned as a "special case".
```ruby
def test_array_slice
array = ['a', 'b', 'c']
a...