Ruby CSV::BasicWriter Functions
EditRocket provides the following information on CSV::BasicWriter functions in the Ruby source code builder.
close_on_terminate() - Tell this writer to close the IO when terminated (Triggered by invoking CSV::BasicWriter#close).
new(str_or_writable, fs = ',', rs = nil) -