We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 951601b commit 3877b7fCopy full SHA for 3877b7f
1 file changed
README.md
@@ -17,7 +17,7 @@ If bundler is not being used to manage dependencies, install the gem by executin
17
```ruby
18
require "rb/process"
19
20
-Process.run("bash", "r+") { |pipe| pipe.puts "uname" }
+Process.run("bash") { |pipe| pipe.puts "uname" }
21
# => "Linux\n"
22
23
Process.output("ls spec").each_line(chomp: true).to_a
0 commit comments