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

ruby-changes:9080

From: akr <ko1@a...>
Date: Thu, 11 Dec 2008 02:18:40 +0900 (JST)
Subject: [ruby-changes:9080] Ruby:r20617 (trunk): rdoc update.

akr	2008-12-11 02:18:31 +0900 (Thu, 11 Dec 2008)

  New Revision: 20617

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

  Log:
    rdoc update.

  Modified files:
    trunk/io.c

Index: io.c
===================================================================
--- io.c	(revision 20616)
+++ io.c	(revision 20617)
@@ -4759,7 +4759,7 @@
  *
  *    # merge standard output and standard error using
  *    # spawn option.  See the document of Kernel.spawn.
- *    ls_io = IO.popen(["ls", "/", STDERR=>[:child, STDOUT]])
+ *    ls_io = IO.popen(["ls", "/", :err=>[:child, :out]])
  *    ls_result_with_error = ls_io.read
  *
  *  Raises exceptions which <code>IO.pipe</code> and

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

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