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

ruby-changes:11076

From: kazu <ko1@a...>
Date: Sat, 28 Feb 2009 04:52:02 +0900 (JST)
Subject: [ruby-changes:11076] Ruby:r22671 (trunk): update doc (add Pathname#binread)

kazu	2009-02-28 04:51:56 +0900 (Sat, 28 Feb 2009)

  New Revision: 22671

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

  Log:
    update doc (add Pathname#binread)

  Modified files:
    trunk/NEWS
    trunk/lib/pathname.rb

Index: lib/pathname.rb
===================================================================
--- lib/pathname.rb	(revision 22670)
+++ lib/pathname.rb	(revision 22671)
@@ -167,6 +167,7 @@
 # These methods are a facade for IO:
 # - #each_line(*args, &block)
 # - #read(*args)
+# - #binread(*args)
 # - #readlines(*args)
 # - #sysopen(*args)
 #
Index: NEWS
===================================================================
--- NEWS	(revision 22670)
+++ NEWS	(revision 22671)
@@ -139,8 +139,9 @@
 
 * pathname
   * new methods:
-    * realdirpath
-    * each_child
+    * Pathname#binread
+    * Pathname#realdirpath
+    * Pathname#each_child
 
 * Readline
   * new methods:

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

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