diff options
author | nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-06 13:24:17 +0000 |
---|---|---|
committer | nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-06 13:24:17 +0000 |
commit | 1ee3eca0d5ee9e5e612b4886dea8aaa80e64724c (patch) | |
tree | e2bc9c6e3015ada3a218e08ffb79e02d00181d56 /lib | |
parent | 853667166b8c65ec2cdf3fc29986b732706f2363 (diff) | |
download | ruby-1ee3eca0d5ee9e5e612b4886dea8aaa80e64724c.tar.gz ruby-1ee3eca0d5ee9e5e612b4886dea8aaa80e64724c.tar.xz ruby-1ee3eca0d5ee9e5e612b4886dea8aaa80e64724c.zip |
* lib/pp.rb (PPInspectTest#test_to_s_with_iv): remove instance
variable which is defined in the test.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pp.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -541,6 +541,7 @@ 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 |