diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-10 17:18:31 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-10 17:18:31 +0000 |
| commit | fe53e0f85760075aee3db77ba3a63f95172d03e9 (patch) | |
| tree | 62b450f440b3eb4a899735c81784250f4aa27b5e | |
| parent | ee8227c1ecadb483a247c20c57b3864afeb5c36f (diff) | |
| download | ruby-fe53e0f85760075aee3db77ba3a63f95172d03e9.tar.gz ruby-fe53e0f85760075aee3db77ba3a63f95172d03e9.tar.xz ruby-fe53e0f85760075aee3db77ba3a63f95172d03e9.zip | |
rdoc update.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20617 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | io.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4759,7 +4759,7 @@ pop_last_hash(int *argc_p, VALUE *argv) * * # 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 |
