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

ruby-changes:13530

From: marcandre <ko1@a...>
Date: Mon, 12 Oct 2009 07:08:56 +0900 (JST)
Subject: [ruby-changes:13530] Ruby:r25306 (trunk): * thread.c: Doc fix for Thread#raise

marcandre	2009-10-12 07:08:51 +0900 (Mon, 12 Oct 2009)

  New Revision: 25306

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

  Log:
    * thread.c: Doc fix for Thread#raise

  Modified files:
    trunk/thread.c

Index: thread.c
===================================================================
--- thread.c	(revision 25305)
+++ thread.c	(revision 25306)
@@ -1393,7 +1393,9 @@
 
 /*
  *  call-seq:
- *     thr.raise(exception)
+ *     thr.raise
+ *     thr.raise(string)
+ *     thr.raise(exception [, string [, array]])
  *
  *  Raises an exception (see <code>Kernel::raise</code>) from <i>thr</i>. The
  *  caller does not have to be <i>thr</i>.

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

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