From e05ea03553fcbbbf194dbf4cd982898480ae141b Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Fri, 29 Sep 2023 12:48:58 -0500 Subject: [ruby/open3] [DOC] RDoc for Open3 https://github.com/ruby/open3/commit/69f9c49eb4 --- lib/open3.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 options[:stdin_data] 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", "", #] # # - If entry options[:binmode] exists, the entry us removed -- cgit v1.2.3