mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/open3.rb : Typo in Open3 overview. Patch by zed_0xff
[Github Fixes #233] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
949092060c
commit
59edab809e
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Sun Jan 13 13:40:00 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||||
|
|
||||||
|
* lib/open3.rb : Typo in Open3 overview. Patch by zed_0xff
|
||||||
|
[Github Fixes #233]
|
||||||
|
|
||||||
Sat Jan 12 17:42:00 2013 Kenta Murata <mrkn@cookpad.com>
|
Sat Jan 12 17:42:00 2013 Kenta Murata <mrkn@cookpad.com>
|
||||||
|
|
||||||
* numeric.c (do_coerce): fix for the exceptions which the coerce
|
* numeric.c (do_coerce): fix for the exceptions which the coerce
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
# - Open3.pipeline_r : pipe for last stdout of a pipeline
|
# - Open3.pipeline_r : pipe for last stdout of a pipeline
|
||||||
# - Open3.pipeline_w : pipe for first stdin of a pipeline
|
# - Open3.pipeline_w : pipe for first stdin of a pipeline
|
||||||
# - Open3.pipeline_start : run a pipeline and don't wait
|
# - Open3.pipeline_start : run a pipeline and don't wait
|
||||||
# - Open3.pipeline : run a pipline and wait
|
# - Open3.pipeline : run a pipeline and wait
|
||||||
#
|
#
|
||||||
|
|
||||||
module Open3
|
module Open3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue