summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-09 14:41:56 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-09 14:41:56 +0000
commitb78c7fa106da832f4fe7d2ad8c1f25410fa6b538 (patch)
treed6069d9d918f0f114cc2e06869d978a5f3295672 /thread.c
parent8c7d4383a7d3c5f360e3803b380610cae17cbc26 (diff)
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
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/thread.c b/thread.c
index b232f395de..899cb70c50 100644
--- a/thread.c
+++ b/thread.c
@@ -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)
{