From 4aa531ead478b9f0ba2eba31125bfac1bf1f4d18 Mon Sep 17 00:00:00 2001 From: marcandre Date: Sun, 11 Oct 2009 22:08:51 +0000 Subject: * thread.c: Doc fix for Thread#raise git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25306 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'thread.c') diff --git a/thread.c b/thread.c index 962a054157..5abe58f549 100644 --- a/thread.c +++ b/thread.c @@ -1393,7 +1393,9 @@ rb_thread_fd_close(int fd) /* * call-seq: - * thr.raise(exception) + * thr.raise + * thr.raise(string) + * thr.raise(exception [, string [, array]]) * * Raises an exception (see Kernel::raise) from thr. The * caller does not have to be thr. -- cgit v1.2.3