ruby-changes:32600
From: hsbt <ko1@a...>
Date: Wed, 22 Jan 2014 15:22:12 +0900 (JST)
Subject: [ruby-changes:32600] hsbt:r44679 (trunk): * fix typo by @rrrene [fix GH-510]
hsbt 2014-01-22 15:22:06 +0900 (Wed, 22 Jan 2014) New Revision: 44679 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44679 Log: * fix typo by @rrrene [fix GH-510] Modified files: trunk/lib/fileutils.rb Index: lib/fileutils.rb =================================================================== --- lib/fileutils.rb (revision 44678) +++ lib/fileutils.rb (revision 44679) @@ -136,7 +136,7 @@ module FileUtils https://github.com/ruby/ruby/blob/trunk/lib/fileutils.rb#L136 # # Options: (none) # - # Returns true if +newer+ is newer than all +old_list+. + # Returns true if +new+ is newer than all +old_list+. # Non-existent files are older than any file. # # FileUtils.uptodate?('hello.o', %w(hello.c hello.h)) or \ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/