From 90dcdaee15f51f96b72a5b614e5e44f7501e2899 Mon Sep 17 00:00:00 2001 From: mame Date: Thu, 9 Oct 2008 13:16:07 +0000 Subject: * test/ruby/test_module.rb (test_remove_class_variable): add a test for Class#remove_class_variable. * test/ruby/test_object.rb (test_remove_instance_variable): add a test for Object#remove_instance_variable. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19728 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 84f6df20f..bc0915c5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Oct 9 22:13:58 2008 Yusuke Endoh + + * test/ruby/test_module.rb (test_remove_class_variable): add a test + for Class#remove_class_variable. + + * test/ruby/test_object.rb (test_remove_instance_variable): add a test + for Object#remove_instance_variable. + Thu Oct 9 22:04:38 2008 Yusuke Endoh * variable.c (rb_mod_remove_cvar): fix r19711. -- cgit