зеркало из https://github.com/github/ruby.git
[ruby/open3] [DOC] RDoc for Open3
https://github.com/ruby/open3/commit/69f9c49eb4
This commit is contained in:
Родитель
873a8caf58
Коммит
e05ea03553
|
@ -516,7 +516,7 @@ module Open3
|
|||
# - If entry <tt>options[:stdin_data]</tt> exists, the entry is removed
|
||||
# and its string value is sent to the command's standard input:
|
||||
#
|
||||
# Open3.capture3('tee', :stdin_data => 'Foo')
|
||||
# Open3.capture3('tee', stdin_data: 'Foo')
|
||||
# # => ["Foo", "", #<Process::Status: pid 2319575 exit 0>]
|
||||
#
|
||||
# - If entry <tt>options[:binmode]</tt> exists, the entry us removed
|
||||
|
|
Загрузка…
Ссылка в новой задаче