diff options
author | nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-06 13:42:15 +0000 |
---|---|---|
committer | nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-06 13:42:15 +0000 |
commit | e789e86c025b05d9532528b78cf7ec517c0649f9 (patch) | |
tree | 0debb943f142f696d50c9a0f0975b00dbc2e5d6e | |
parent | 1ee3eca0d5ee9e5e612b4886dea8aaa80e64724c (diff) | |
download | ruby-e789e86c025b05d9532528b78cf7ec517c0649f9.tar.gz ruby-e789e86c025b05d9532528b78cf7ec517c0649f9.tar.xz ruby-e789e86c025b05d9532528b78cf7ec517c0649f9.zip |
* lib/pp.rb (PPInspectTest#test_to_s_with_iv): rollback the previous
commit. [ruby-dev:22813]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | lib/pp.rb | 1 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Fri Feb 6 22:41:22 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> + + * lib/pp.rb (PPInspectTest#test_to_s_with_iv): rollback the previous + commit. [ruby-dev:22813] + Fri Feb 6 22:22:50 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> * lib/pp.rb (PPInspectTest#test_to_s_with_iv): remove instance @@ -541,7 +541,6 @@ if __FILE__ == $0 a.instance_eval { @a = nil } result = PP.pp(a, '') assert_equal("#{a.inspect}\n", result) - a.instance_eval { remove_instance_variable("@a") } end def test_to_s_without_iv |