From 448262c81d7fdbca7db0b50059e53b423a2436ec Mon Sep 17 00:00:00 2001 From: knu Date: Mon, 11 Mar 2019 09:52:40 +0000 Subject: Mention the addition of Enumerator::Yielder#to_proc in NEWS git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67213 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 76e93bd4d4..804e7443d3 100644 --- a/NEWS +++ b/NEWS @@ -30,6 +30,14 @@ Enumerable:: * Added Enumerable#tally. [Feature #11076] +Enumerator:: + + New method:: + + * Added Enumerator::Yielder#to_proc so that a Yielder object can be + directly passed to another method as a block argument. + [Feature #15618] + Regexp/String:: * Update Unicode version and Emoji version from 11.0.0 to 12.0.0. -- cgit v1.2.3