Method: VIPS::CSVWriter#write

Defined in:
lib/vips/writer.rb

#write(path) ⇒ Object



18
19
20
# File 'lib/vips/writer.rb', line 18

def write(path)
  write_internal "#{path}:sep:#{@separator}"
end