Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_8_7_330) is shown here.
create(str_or_writable, fs = ',', rs = nil)
public
str_or_writable must handle ‘<<(string)’.
# File lib/csv.rb, line 686
def Writer.create(str_or_writable, fs = ',', rs = nil)
BasicWriter.new(str_or_writable, fs, rs)
end