diff options
| author | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-09 13:16:07 +0000 |
|---|---|---|
| committer | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-09 13:16:07 +0000 |
| commit | 90dcdaee15f51f96b72a5b614e5e44f7501e2899 (patch) | |
| tree | e4715ce5c7d5acba079341a5cfd4d8838479cf87 /ChangeLog | |
| parent | bf9c4580847ea9a1ba32723062c6610752a90263 (diff) | |
| download | ruby-90dcdaee15f51f96b72a5b614e5e44f7501e2899.tar.gz ruby-90dcdaee15f51f96b72a5b614e5e44f7501e2899.tar.xz ruby-90dcdaee15f51f96b72a5b614e5e44f7501e2899.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |
