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