method
generate
generate(path, fs = nil, rs = nil, &block)
public
Hide source
# File lib/csv.rb, line 110 def CSV.generate(path, fs = nil, rs = nil, &block) open_writer(path, 'w', fs, rs, &block) end