method
writer
v2_6_3 -
Show latest stable
- Class:
CSV
writer()private
No documentation available.
# File lib/csv.rb, line 1432
def writer
@writer ||= Writer.new(@io, writer_options)
end writer()No documentation available.
# File lib/csv.rb, line 1432
def writer
@writer ||= Writer.new(@io, writer_options)
end