[DOC] Add a note to clarify binary flags to IO.new
IO.new
Try to make it more clear that the File::BINARY integer flag, and the b string suffix are not equivalent.
File::BINARY
b
[DOC] Add a note to clarify binary flags to
IO.new
Try to make it more clear that the
File::BINARY
integer flag, and theb
string suffix are not equivalent.