summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBurdetteLamar <burdettelamar@yahoo.com>2023-09-29 12:48:58 -0500
committergit <svn-admin@ruby-lang.org>2023-09-29 17:56:01 +0000
commite05ea03553fcbbbf194dbf4cd982898480ae141b (patch)
tree6bc551d4179dc1a46b420a4ba6f55e37eefa2cf3
parent873a8caf5889c7d6649e9c3a1ac7f72d86a6193a (diff)
[ruby/open3] [DOC] RDoc for Open3
https://github.com/ruby/open3/commit/69f9c49eb4
-rw-r--r--lib/open3.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/open3.rb b/lib/open3.rb
index 85df43b44b..fc190fbab8 100644
--- a/lib/open3.rb
+++ b/lib/open3.rb
@@ -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