summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-24 05:29:06 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-24 05:29:06 +0000
commit1f9fa7c62fe9ea241e5f20a84e749808b1875dd4 (patch)
tree08b53faad73d7ca7a66f6b297047f0b82fbc4a74 /thread.c
parent5feede6f3b0deaafed9e1f12bac330f90b68ffc3 (diff)
* thread.c: Document ThreadGroup::Default
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39461 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 66203bc449..d74356b879 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)
{