From: Hugh Sasse Date: 2006-07-29T01:12:36+09:00 Subject: Logger -- documentation patch A patch against -rw-r--r-- 1 hgs staff 4473992 Jul 28 11:19 stable-snapshot.tar.gz brains hgs 40 %> md5sum stable-snapshot.tar.gz d066d4988a25612729b6b6a5354b106d stable-snapshot.tar.gz brains hgs 41 %> Improves the amount of documentation that Rdoc picks up when processing logger.rb by moving the require statement back before the comment block. HTH Hugh --- ./lib/logger.rb.orig 2005-09-13 14:13:40.000000000 +0100 +++ ./lib/logger.rb 2006-07-28 16:05:38.466247000 +0100 @@ -17,6 +17,9 @@ # +require 'monitor' + + # # == Description # @@ -174,9 +177,6 @@ # -require 'monitor' - - class Logger VERSION = "1.2.6" /: (\S+),v (\S+)/ =~ %q$Id: logger.rb,v 1.5.2.7 2005/09/13 13:13:40 nahi Exp $