Programming Ruby 3.2 (5th Edition): B1.0 page 181, missing testfile in code/tut_io

@noelrappin

Page 181, paragraph 4

$ ruby copy.rb testfile

% ruby -w copy.rb testfile
copy.rb:9:in `gets’: No such file or directory @ rb_sysopen - testfile (Errno::ENOENT)

To make it work, I had to copy testfile from code/tut_threads to code/tut_io.

Suggestion : duplicate testfile in tut_io.