mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* thread.c: Doc fix for Thread#raise
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25306 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
67e11229ec
commit
4aa531ead4
1 changed files with 3 additions and 1 deletions
4
thread.c
4
thread.c
|
@ -1393,7 +1393,9 @@ rb_thread_fd_close(int fd)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* call-seq:
|
* 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
|
* Raises an exception (see <code>Kernel::raise</code>) from <i>thr</i>. The
|
||||||
* caller does not have to be <i>thr</i>.
|
* caller does not have to be <i>thr</i>.
|
||||||
|
|
Loading…
Reference in a new issue