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 | e3e223110c335eeaa145a3c09e03dcb17e7e2f6b (patch) | |
| tree | e616c5f832aeb4eadfc4d61d8a5ab8f748ef84d2 /lib | |
| parent | dd6543ab840a2d9da1e333faa92446ac3d903493 (diff) | |
| download | ruby-e3e223110c335eeaa145a3c09e03dcb17e7e2f6b.tar.gz ruby-e3e223110c335eeaa145a3c09e03dcb17e7e2f6b.tar.xz ruby-e3e223110c335eeaa145a3c09e03dcb17e7e2f6b.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/branches/ruby_1_8@5635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/pp.rb | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |
