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

ruby-changes:16536

From: akr <ko1@a...>
Date: Fri, 2 Jul 2010 23:58:25 +0900 (JST)
Subject: [ruby-changes:16536] Ruby:r28528 (trunk): fix doc.

akr	2010-07-02 23:58:16 +0900 (Fri, 02 Jul 2010)

  New Revision: 28528

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

  Log:
    fix doc.

  Modified files:
    trunk/lib/open3.rb

Index: lib/open3.rb
===================================================================
--- lib/open3.rb	(revision 28527)
+++ lib/open3.rb	(revision 28528)
@@ -223,7 +223,7 @@
   #   stdout_str, stderr_str, status = Open3.capture3([env,] cmd... [, opts])
   #
   # The arguments env, cmd and opts are passed to Open3.popen3 except
-  # opts[:stdin_data] and opts[:stdin_data].  See Process.spawn.
+  # opts[:stdin_data].  See Process.spawn.
   #
   # If opts[:stdin_data] is specified, it is sent to the command's standard input.
   #
@@ -287,7 +287,7 @@
   #   stdout_str, status = Open3.capture2([env,] cmd... [, opts])
   #
   # The arguments env, cmd and opts are passed to Open3.popen3 except
-  # opts[:stdin_data] and opts[:stdin_data].  See Process.spawn.
+  # opts[:stdin_data].  See Process.spawn.
   #
   # If opts[:stdin_data] is specified, it is sent to the command's standard input.
   #
@@ -339,7 +339,7 @@
   #   stdout_and_stderr_str, status = Open3.capture2e([env,] cmd... [, opts])
   #
   # The arguments env, cmd and opts are passed to Open3.popen3 except
-  # opts[:stdin_data] and opts[:stdin_data].  See Process.spawn.
+  # opts[:stdin_data].  See Process.spawn.
   #
   # If opts[:stdin_data] is specified, it is sent to the command's standard input.
   #

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

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