diff options
author | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-08-04 18:05:50 +0000 |
---|---|---|
committer | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-08-04 18:05:50 +0000 |
commit | 635349fb86b3058d7e3e083c7270805681628b5c (patch) | |
tree | 199813273b1cd9a90b40e3dc797303d0e5f8c67b /lib/test/unit/testresult.rb | |
parent | cbe931c68c126022859f097a14e38c621b3a689e (diff) | |
download | ruby-635349fb86b3058d7e3e083c7270805681628b5c.tar.gz ruby-635349fb86b3058d7e3e083c7270805681628b5c.tar.xz ruby-635349fb86b3058d7e3e083c7270805681628b5c.zip |
Documentation cleanup.
Includes patches by Hugh Sasse:
* ping.rb
* weakref.rb
* mailread.rb
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10668 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/test/unit/testresult.rb')
-rw-r--r-- | lib/test/unit/testresult.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/test/unit/testresult.rb b/lib/test/unit/testresult.rb index b1bfbf72e..3fe9b7c57 100644 --- a/lib/test/unit/testresult.rb +++ b/lib/test/unit/testresult.rb @@ -1,4 +1,4 @@ -# :nodoc: +#-- # # Author:: Nathaniel Talbott. # Copyright:: Copyright (c) 2000-2002 Nathaniel Talbott. All rights reserved. |