зеркало из https://github.com/github/ruby.git
thread.c (rb_thread_group): rdoc formatting
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39519 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
dda10afc65
Коммит
e016ec1707
|
@ -1,3 +1,7 @@
|
|||
Wed Feb 27 12:53:00 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||
|
||||
* thread.c (rb_thread_group): rdoc formatting
|
||||
|
||||
Wed Feb 27 12:33:00 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||
|
||||
* lib/ostruct.rb: Typo in OpenStruct overview [Github Fixes #251]
|
||||
|
|
4
thread.c
4
thread.c
|
@ -2453,8 +2453,8 @@ rb_thread_abort_exc_set(VALUE thread, VALUE val)
|
|||
* call-seq:
|
||||
* thr.group -> thgrp or nil
|
||||
*
|
||||
* Returns the <code>ThreadGroup</code> which contains <i>thr</i>, or nil if
|
||||
* the thread is not a member of any group.
|
||||
* Returns the ThreadGroup which contains the given thread, or returns +nil+
|
||||
* if +thr+ is not a member of any group.
|
||||
*
|
||||
* Thread.main.group #=> #<ThreadGroup:0x4029d914>
|
||||
*/
|
||||
|
|
Загрузка…
Ссылка в новой задаче