From 7c4084f9fb85073ec08450abdf70b24f7b598033 Mon Sep 17 00:00:00 2001 From: zzak Date: Wed, 27 Feb 2013 01:24:08 +0000 Subject: * thread.c (thread_raise_m): rdoc formatting git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'thread.c') diff --git a/thread.c b/thread.c index 0c4b7df7f7..6605043e05 100644 --- a/thread.c +++ b/thread.c @@ -2057,14 +2057,14 @@ rb_thread_fd_close(int fd) * thr.raise(string) * thr.raise(exception [, string [, array]]) * - * Raises an exception (see Kernel::raise) from thr. The - * caller does not have to be thr. + * Raises an exception from the given thread. The caller does not have to be + * +thr+. See Kernel#raise for more information. * * Thread.abort_on_exception = true * a = Thread.new { sleep(200) } * a.raise("Gotcha") * - * produces: + * _produces:_ * * prog.rb:3: Gotcha (RuntimeError) * from prog.rb:2:in `initialize' -- cgit v1.2.3