summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-20 06:52:29 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-20 06:52:29 +0000
commitcc659d2f1b120fda6b085a7a51ac4115397bf9ef (patch)
tree38c2079f0d9fea985015fa30b9318687be7789ad /NEWS
parentc0debb96b65e4a53bf79b6245a98c055db0c0924 (diff)
* enum.c (enum_slice_when): New method: Enumerable#slice_when.
(slicewhen_i): New function. (slicewhen_ii): New function. * enumerator.c (InitVM_Enumerator): New method: Enumerator::Lazy#slice_when. [ruby-core:62499] [Feature #9826] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47652 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f8c08c4ecb..aadfd47388 100644
--- a/NEWS
+++ b/NEWS
@@ -33,6 +33,7 @@ with all sufficient information, see the ChangeLog file.
* Enumerable
* New methods:
* Enumerable#slice_after
+ * Enumerable#slice_when
* Extended methods:
* min, min_by, max and max_by supports optional argument to return
multiple elements.