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

ruby-changes:15395

From: naruse <ko1@a...>
Date: Sun, 11 Apr 2010 07:41:51 +0900 (JST)
Subject: [ruby-changes:15395] Ruby:r27288 (trunk): * lib/rdoc/rdoc.rb (setup_output_dir): fix typo.

naruse	2010-04-11 07:41:36 +0900 (Sun, 11 Apr 2010)

  New Revision: 27288

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

  Log:
    * lib/rdoc/rdoc.rb (setup_output_dir): fix typo.

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

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 27287)
+++ ChangeLog	(revision 27288)
@@ -1,3 +1,7 @@
+Sun Apr 11 07:40:48 2010  NARUSE, Yui  <naruse@r...>
+
+	* lib/rdoc/rdoc.rb (setup_output_dir): fix typo.
+
 Sun Apr 11 07:01:41 2010  NARUSE, Yui  <naruse@r...>
 
 	* lib/uri/common.rb (decode_www_form_component): validate.
Index: lib/rdoc/rdoc.rb
===================================================================
--- lib/rdoc/rdoc.rb	(revision 27287)
+++ lib/rdoc/rdoc.rb	(revision 27288)
@@ -144,7 +144,7 @@
       begin
         open flag_file do |io|
           unless force
-            Time.parse f.gets
+            Time.parse io.gets
             io.each do |line|
               file, time = line.split(/\t/, 2)
               time = Time.parse(time) rescue next

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

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