mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
lib/test/unit/assertions.rb: remove "all" that it has forgotten to remove.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6325 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
445090b29f
commit
c303f0407e
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ EOT
|
|||
AssertionMessage.use_pp = value
|
||||
end
|
||||
|
||||
class AssertionMessage all
|
||||
class AssertionMessage
|
||||
@use_pp = true
|
||||
class << self
|
||||
attr_accessor :use_pp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue