[前][次][番号順一覧][スレッド一覧]

ruby-changes:55006

From: knu <ko1@a...>
Date: Mon, 11 Mar 2019 18:52:44 +0900 (JST)
Subject: [ruby-changes:55006] knu:r67213 (trunk): Mention the addition of Enumerator::Yielder#to_proc in NEWS

knu	2019-03-11 18:52:40 +0900 (Mon, 11 Mar 2019)

  New Revision: 67213

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67213

  Log:
    Mention the addition of Enumerator::Yielder#to_proc in NEWS

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 67212)
+++ NEWS	(revision 67213)
@@ -30,6 +30,14 @@ Enumerable:: https://github.com/ruby/ruby/blob/trunk/NEWS#L30
 
    * 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.

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]