From 8f72d76d6e73f67de300f11bfd7a7f9baee47d9f Mon Sep 17 00:00:00 2001 From: nagai Date: Tue, 17 Jun 2008 16:53:46 +0000 Subject: * ext/tk/lib/multi-tk.rb: cannot access class variable from singleton method. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17389 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9eccd7e35..5ee8ec32c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Jun 18 01:51:10 2008 Hidetoshi NAGAI + + * ext/tk/lib/multi-tk.rb: cannot access class variable from + singleton method. + Wed Jun 18 00:03:33 2008 NAKAMURA Usaku * dir.c (Init_Dir): dir_foreach() takes variable argument. -- cgit