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

ruby-changes:8712

From: nobu <ko1@a...>
Date: Tue, 18 Nov 2008 16:32:53 +0900 (JST)
Subject: [ruby-changes:8712] Ruby:r20247 (trunk, ruby_1_8): * lib/logger.rb (ProgName): fixed typo.

nobu	2008-11-18 16:32:44 +0900 (Tue, 18 Nov 2008)

  New Revision: 20247

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

  Log:
    * lib/logger.rb (ProgName): fixed typo.

  Modified files:
    branches/ruby_1_8/lib/logger.rb
    trunk/lib/logger.rb

Index: lib/logger.rb
===================================================================
--- lib/logger.rb	(revision 20246)
+++ lib/logger.rb	(revision 20247)
@@ -182,7 +182,7 @@
 class Logger
   VERSION = "1.2.6"
   id, name, rev = %w$Id$
-  ProgName = "#{name.chomp(",")}/#{rev}"
+  ProgName = "#{name.chomp(",v")}/#{rev}"
 
   class Error < RuntimeError; end
   class ShiftingError < Error; end
Index: ruby_1_8/lib/logger.rb
===================================================================
--- ruby_1_8/lib/logger.rb	(revision 20246)
+++ ruby_1_8/lib/logger.rb	(revision 20247)
@@ -171,7 +171,7 @@
 class Logger
   VERSION = "1.2.6"
   id, name, rev = %w$Id$
-  ProgName = "#{name.chomp(",")}/#{rev}"
+  ProgName = "#{name.chomp(",v")}/#{rev}"
 
   class Error < RuntimeError; end
   class ShiftingError < Error; end

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

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