Ruby CSV::Writer Functions
EditRocket provides the following information on CSV::Writer functions in the Ruby source code builder.
add_row(row) - "Alias for #<<"
close() -
create(str_or_writable, fs = ',', rs = nil) - str_or_writable must handle '<<(string)'.
generate(str_or_writable, fs = ',', rs = nil, &block) - Given block is called with the writer instance. str_or_writable must handle '<<(string)'.
new(dev) -