From 2fa4f8a2507a923a03dfaaa7e75e920567e936bc Mon Sep 17 00:00:00 2001 From: eban Date: Sun, 16 May 2004 04:54:02 +0000 Subject: lib/test/unit/assertions.rb: remove "all" that it has forgotten to remove. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6325 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/test/unit/assertions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/test/unit/assertions.rb b/lib/test/unit/assertions.rb index 9dd9baf73..6fc00df1d 100644 --- a/lib/test/unit/assertions.rb +++ b/lib/test/unit/assertions.rb @@ -373,7 +373,7 @@ EOT AssertionMessage.use_pp = value end - class AssertionMessage all + class AssertionMessage @use_pp = true class << self attr_accessor :use_pp -- cgit