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

ruby-changes:16453

From: knu <ko1@a...>
Date: Sat, 26 Jun 2010 00:09:51 +0900 (JST)
Subject: [ruby-changes:16453] Ruby:r28438 (ruby_1_8): Mention the :parent option added to FileUtils.rmdir().

knu	2010-06-26 00:07:03 +0900 (Sat, 26 Jun 2010)

  New Revision: 28438

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

  Log:
    Mention the :parent option added to FileUtils.rmdir().

  Modified files:
    branches/ruby_1_8/NEWS

Index: ruby_1_8/NEWS
===================================================================
--- ruby_1_8/NEWS	(revision 28437)
+++ ruby_1_8/NEWS	(revision 28438)
@@ -165,6 +165,10 @@
 
     Renamed from GDBM#index.
 
+* fileutils
+
+  * New option for FileUtils.rmdir(): :parents
+
 * matrix
   * API change to adhere strictly to mathematical definitions:
     * Matrices must now be rectangular.

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

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