ruby-changes:24676
From: ayumin <ko1@a...>
Date: Sun, 19 Aug 2012 00:55:27 +0900 (JST)
Subject: [ruby-changes:24676] ayumin:r36727 (trunk): * lib/fileutils.rb: fix typo.
ayumin 2012-08-19 00:55:15 +0900 (Sun, 19 Aug 2012) New Revision: 36727 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=36727 Log: * lib/fileutils.rb: fix typo. Modified files: trunk/ChangeLog trunk/lib/fileutils.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 36726) +++ ChangeLog (revision 36727) @@ -1,3 +1,8 @@ +Sun Aug 19 00:47:26 2012 Ayumu AIZAWA <ayumu.aizawa@g...> + + * lib/fileutils.rb: fix typo. + https://github.com/ruby/ruby/pull/155 by simonc (Simon COURTOIS). + Sat Aug 18 09:57:46 2012 Nobuyoshi Nakada <nobu@r...> * enc/depend: fix inplace-build condition. enc.mk is generated with Index: lib/fileutils.rb =================================================================== --- lib/fileutils.rb (revision 36726) +++ lib/fileutils.rb (revision 36727) @@ -435,7 +435,7 @@ # Options: noop verbose # # Same as - # #ln_s(src, dest, :force) + # #ln_s(src, dest, :force => true) # def ln_sf(src, dest, options = {}) fu_check_options options, OPT_TABLE['ln_sf'] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/