From 7be704b359cb4de29a3ce7599c6a6afaa399de44 Mon Sep 17 00:00:00 2001 From: naruse Date: Sat, 10 Apr 2010 22:41:36 +0000 Subject: * lib/rdoc/rdoc.rb (setup_output_dir): fix typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rdoc/rdoc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/rdoc/rdoc.rb b/lib/rdoc/rdoc.rb index 736c77eb23..9dd795383f 100644 --- a/lib/rdoc/rdoc.rb +++ b/lib/rdoc/rdoc.rb @@ -144,7 +144,7 @@ class RDoc::RDoc 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 -- cgit v1.2.3