From 1f9fa7c62fe9ea241e5f20a84e749808b1875dd4 Mon Sep 17 00:00:00 2001 From: zzak Date: Sun, 24 Feb 2013 05:29:06 +0000 Subject: * thread.c: Document ThreadGroup::Default git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39461 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ thread.c | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4fb59025e2..c497a5aecf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Feb 20 14:28:00 2013 Zachary Scott + + * thread.c: Document ThreadGroup::Default + Wed Feb 20 14:23:00 2013 Zachary Scott * thread.c: Grammar for #backtrace_locations and ::handle_interrupt 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) { -- cgit v1.2.3