close_on_terminate()
Tell this reader to close the IO when terminated (Triggered by invoking CSV::IOReader#close).
# File lib/csv.rb, line 630 def close_on_terminate @close_on_terminate = true end