Tweak IO documentation for `IO.write('|cmd')` and so on [ci skip] by pocke · Pull Request #5450 · ruby/ruby

This PR fixes IO.write, IO.binwrite, IO.foreach, and IO.readlines. The docs for them describe and its output is returned., but actually the output is not returned. The output is printed to the stdo...