method
terminate
v1_8_6_287 -
Show latest stable
- Class:
CSV::IOReader
terminate()private
No documentation available.
# File lib/csv.rb, line 646
def terminate
if @close_on_terminate
@io.close
end
if @dev
@dev.close
end
end