aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-09 13:16:07 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-09 13:16:07 +0000
commit270f2f15be57fd13905cad48259af45670ae9fb1 (patch)
treee4715ce5c7d5acba079341a5cfd4d8838479cf87 /ChangeLog
parentae4bc66b6412b35ac1f60d99d2402ae9293cf6ec (diff)
downloadruby-270f2f15be57fd13905cad48259af45670ae9fb1.tar.gz
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@19728 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 84f6df20f0..bc0915c5b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Thu Oct 9 22:13:58 2008 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * 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 <mame@tsg.ne.jp>
* variable.c (rb_mod_remove_cvar): fix r19711.