merge revision(s) 39461:

* thread.c: Document ThreadGroup::Default


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39673 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagachika 2013-03-09 14:41:56 +00:00
parent 8c7d4383a7
commit b78c7fa106
3 changed files with 11 additions and 1 deletions

View file

@ -3853,6 +3853,12 @@ static const rb_data_type_t thgroup_data_type = {
* were created.
*/
/*
* Document-const: Default
*
* The default ThreadGroup created when Ruby starts; all Threads belong to it
* by default.
*/
static VALUE
thgroup_s_alloc(VALUE klass)
{