summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@idaemons.org>2019-06-05 20:39:21 +0900
committerAkinori MUSHA <knu@idaemons.org>2019-09-04 16:16:46 +0900
commit1d4bd229b898671328c2a942b04f08065c640c28 (patch)
treeecd881beea9ddc035e2061a27886fded9bd82f8f /NEWS
parent2a6457b5b7d67378528235cee7b9cb93fed00204 (diff)
downloadruby-1d4bd229b898671328c2a942b04f08065c640c28.tar.gz
Implement Enumerator::Lazy#eager [Feature #15901]
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 710039417a..1350943d28 100644
--- a/NEWS
+++ b/NEWS
@@ -102,6 +102,9 @@ Enumerator::
New method::
+ * Added Enumerator::Lazy#eager that generates a non-lazy enumerator
+ from a lazy enumerator. [Feature #15901]
+
* Added Enumerator::Yielder#to_proc so that a Yielder object
can be directly passed to another method as a block
argument. [Feature #15618]