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

ruby-changes:14250

From: naruse <ko1@a...>
Date: Sun, 13 Dec 2009 23:19:04 +0900 (JST)
Subject: [ruby-changes:14250] Ruby:r26072 (trunk): doc fix: mutex.lock => self

naruse	2009-12-13 23:08:37 +0900 (Sun, 13 Dec 2009)

  New Revision: 26072

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

  Log:
    doc fix: mutex.lock => self [ruby-core:27115]

  Modified files:
    trunk/thread.c

Index: thread.c
===================================================================
--- thread.c	(revision 26071)
+++ thread.c	(revision 26072)
@@ -3148,7 +3148,7 @@
 
 /*
  * call-seq:
- *    mutex.lock  => true or false
+ *    mutex.lock  => self
  *
  * Attempts to grab the lock and waits if it isn't available.
  * Raises +ThreadError+ if +mutex+ was locked by the current thread.

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

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