method

generate

v1_8_7_72 - Show latest stable - Class: CSV
generate(path, fs = nil, rs = nil, &block)
public

No documentation available.

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