From 3181e052f29fdadab564db7b05b224f862db5b4f Mon Sep 17 00:00:00 2001 From: gsinclair Date: Sun, 16 Nov 2003 01:53:12 +0000 Subject: * lib/thread.rb (Thread.exclusive): wrap method definition in class Thread to enable rdoc to process. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e05064ce0..0d56aa957 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Nov 16 10:49:38 2003 Gavin Sinclair + + * lib/thread.rb (Thread.exclusive): wrap method definition in + class Thread to enable rdoc to process. + Sun Nov 16 09:45:23 2003 Minero Aoki * lib/net/http.rb (set_debug_output): warn if method is called -- cgit