mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20617 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
82c719c337
commit
b314ab3e44
1 changed files with 1 additions and 1 deletions
2
io.c
2
io.c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue