[ruby/open3] [DOC] RDoc for Open3

https://github.com/ruby/open3/commit/69f9c49eb4
This commit is contained in:
BurdetteLamar 2023-09-29 12:48:58 -05:00 коммит произвёл git
Родитель 873a8caf58
Коммит e05ea03553
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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