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@20571 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7c20c4ec02
commit
920ea359ba
1 changed files with 2 additions and 0 deletions
|
@ -285,6 +285,8 @@ module Open3
|
|||
#
|
||||
# If opts[:binmode] is true, internal pipes are set to binary mode.
|
||||
#
|
||||
# Example:
|
||||
#
|
||||
# # factor is a command for integer factorization.
|
||||
# o, s = Open3.capture2("factor", :stdin_data=>"42")
|
||||
# p o #=> "42: 2 3 7\n"
|
||||
|
|
Loading…
Reference in a new issue