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

ruby-changes:13431

From: akr <ko1@a...>
Date: Sat, 3 Oct 2009 08:02:13 +0900 (JST)
Subject: [ruby-changes:13431] Ruby:r25202 (trunk): rdoc update.

akr	2009-10-03 08:02:04 +0900 (Sat, 03 Oct 2009)

  New Revision: 25202

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

  Log:
    rdoc update.

  Modified files:
    trunk/enum.c

Index: enum.c
===================================================================
--- enum.c	(revision 25201)
+++ enum.c	(revision 25202)
@@ -2257,7 +2257,7 @@
  * "svn proplist -R" produces multiline output for each file.
  * They can be chunked as follows: 
  *
- *    IO.popen([{"LANG"=>"C"}, "svn", "proplist", "-R"]) {|f|
+ *    IO.popen([{"LC_ALL"=>"C"}, "svn", "proplist", "-R"]) {|f|
  *      f.lines.slice_before(/^Prop/).each {|lines| p lines }
  *    }
  *    #=> ["Properties on '.':\n", "  svn:ignore\n", "  svk:merge\n"]

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

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