Kenta Murata a6a8576e87
Feature #16812: Allow slicing arrays with ArithmeticSequence (#3241)
* Support ArithmeticSequence in Array#slice

* Extract rb_range_component_beg_len

* Use rb_range_values to check Range object

* Fix ary_make_partial_step

* Fix for negative step cases

* range.c: Describe the role of err argument in rb_range_component_beg_len

* Raise a RangeError when an arithmetic sequence refers the outside of an array

[Feature #16812]
2020-10-21 02:40:18 +09:00
..
2020-06-06 13:02:08 -04:00
2020-09-08 20:39:23 +09:00
2020-10-20 23:52:19 +09:00
2020-10-06 17:11:08 -04:00
2020-07-18 19:33:11 +09:00
2020-10-15 14:12:02 +09:00