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

ruby-changes:36519

From: akr <ko1@a...>
Date: Thu, 27 Nov 2014 12:46:23 +0900 (JST)
Subject: [ruby-changes:36519] akr:r48601 (trunk): Describe about TSort.each_*

akr	2014-11-27 12:46:13 +0900 (Thu, 27 Nov 2014)

  New Revision: 48601

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

  Log:
    Describe about TSort.each_*

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 48600)
+++ NEWS	(revision 48601)
@@ -188,6 +188,11 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L188
 
     http://docs.seattlerb.org/rubygems/History_txt.html#label-2.4.2+%2F+2014-10-01
 
+* TSort
+  * TSort.tsort_each, TSort.each_strongly_connected_component and
+    TSort.each_strongly_connected_component_from returns an enumerator if
+    no block given.
+
 * XMLRPC
   * Added new parser class named LibXMLStreamParser.
 

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

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