From 1dd0393b2ca926d27324c4aafc102cd49c8347aa Mon Sep 17 00:00:00 2001 From: gsinclair Date: Sun, 16 May 2004 04:16:39 +0000 Subject: * lib/test/unit/**/*.rb: Removed :nodoc: directives (many were generating warnings, many were on private methods). git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6323 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/test/unit/error.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/test/unit/error.rb') diff --git a/lib/test/unit/error.rb b/lib/test/unit/error.rb index 90ac04cf3..a762519fe 100644 --- a/lib/test/unit/error.rb +++ b/lib/test/unit/error.rb @@ -1,5 +1,3 @@ -# :nodoc: -# # Author:: Nathaniel Talbott. # Copyright:: Copyright (c) 2000-2002 Nathaniel Talbott. All rights reserved. # License:: Ruby license. -- cgit