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

ruby-changes:11019

From: akr <ko1@a...>
Date: Wed, 25 Feb 2009 08:46:46 +0900 (JST)
Subject: [ruby-changes:11019] Ruby:r22609 (trunk): rdoc update.

akr	2009-02-25 08:46:39 +0900 (Wed, 25 Feb 2009)

  New Revision: 22609

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

  Log:
    rdoc update.

  Modified files:
    trunk/file.c

Index: file.c
===================================================================
--- file.c	(revision 22608)
+++ file.c	(revision 22609)
@@ -3511,7 +3511,7 @@
  *     }
  *
  *     # read the counter using read lock
- *     File.open("testfile", "r") {|f|
+ *     File.open("counter", "r") {|f|
  *       f.flock(File::LOCK_SH)
  *       p f.read
  *     }

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

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