[前][次][番号順一覧][スレッド一覧]

ruby-changes:28799

From: eregon <ko1@a...>
Date: Mon, 20 May 2013 19:35:12 +0900 (JST)
Subject: [ruby-changes:28799] eregon:r40851 (trunk): * lib/logger.rb (Logger::Application): show namespace in documentation

eregon	2013-05-20 19:35:01 +0900 (Mon, 20 May 2013)

  New Revision: 40851

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40851

  Log:
    * lib/logger.rb (Logger::Application): show namespace in documentation

  Modified files:
    trunk/ChangeLog
    trunk/lib/logger.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 40850)
+++ ChangeLog	(revision 40851)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Mon May 20 19:31:49 2013  Benoit Daloze  <eregontp@g...>
+
+	* lib/logger.rb (Logger::Application): show namespace in documentation
+
 Mon May 20 11:50:12 2013  Zachary Scott  <zachary@z...>
 
 	* lib/pp.rb: Revert part of r40834 and nodoc PP::ObjectMixin
Index: lib/logger.rb
===================================================================
--- lib/logger.rb	(revision 40850)
+++ lib/logger.rb	(revision 40851)
@@ -682,7 +682,7 @@ private https://github.com/ruby/ruby/blob/trunk/lib/logger.rb#L682
   #
   # == Description
   #
-  # Application --- Add logging support to your application.
+  # Logger::Application --- Add logging support to your application.
   #
   # == Usage
   #
@@ -692,7 +692,7 @@ private https://github.com/ruby/ruby/blob/trunk/lib/logger.rb#L692
   #
   # == Example
   #
-  #   class FooApp < Application
+  #   class FooApp < Logger::Application
   #     def initialize(foo_app, application_specific, arguments)
   #       super('FooApp') # Name of the application.
   #     end
@@ -717,7 +717,7 @@ private https://github.com/ruby/ruby/blob/trunk/lib/logger.rb#L717
     #
     # == Synopsis
     #
-    #   Application.new(appname = '')
+    #   Logger::Application.new(appname = '')
     #
     # == Args
     #

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]