Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_8_7_330) is shown here.
close_on_terminate()
public
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