From 52c034aecb365c6cf2a41b8648c3e87fb335fdaf Mon Sep 17 00:00:00 2001 From: drbrain Date: Fri, 4 Aug 2006 18:05:50 +0000 Subject: Documentation cleanup. Includes patches by Hugh Sasse: * ping.rb * weakref.rb * mailread.rb git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10668 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/logger.rb | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'lib/logger.rb') diff --git a/lib/logger.rb b/lib/logger.rb index bf5c837edd..ffe0422a70 100644 --- a/lib/logger.rb +++ b/lib/logger.rb @@ -1,9 +1,8 @@ # logger.rb - saimple logging utility # Copyright (C) 2000-2003, 2005 NAKAMURA, Hiroshi . +require 'monitor' -# = logger.rb -# # Simple logging utility. # # Author:: NAKAMURA, Hiroshi @@ -12,14 +11,6 @@ # You can redistribute it and/or modify it under the same terms of Ruby's # license; either the dual license version in 2003, or any later version. # Revision:: $Id$ -# -# See Logger for documentation. -# - - -require 'monitor' - - # # == Description # -- cgit v1.2.3