- Inheritance
- < CSV::Reader < Object
Methods
Class
Visibility | Signature |
---|---|
public | new (io, fs = ',', rs = nil) |
Instance
Visibility | Signature |
---|---|
public | close_on_terminate () |
Class Method Detail
new(io, fs = ',', rs = nil)
Instance Method Detail
close_on_terminate()
Tell this reader to close the IO when terminated (Triggered by invoking CSV::IOReader#close).