[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ruby-core
Subject:    Logger -- documentation patch
From:       Hugh Sasse <hgs () dmu ! ac ! uk>
Date:       2006-07-28 16:12:36
Message-ID: Pine.GSO.4.64.0607281559340.23921 () brains ! eng ! cse ! dmu ! ac ! uk
[Download RAW message or body]

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 $

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic