Actions
Feature #10958
closedremove "initial_state" argument of Enumerable#{slice_before,chunk}
Status:
Closed
Assignee:
-
Target version:
-
Description
I'd like to remove "initial_state" argument of Enumerable#{slice_before,chunk}.
I think a state management can be implemented using local variable without the argument.
So I'd like to remove it because it is too complex and
not consistent with Enumerable#{slice_when,slice_after} which doesn't have the argument.
Note that I added deprecated warning since Ruby 2.2.
It seems no one complained the warning until now.
Files
Actions
Like0
Like0Like0Like0Like0