method

prepare

ruby latest stable - Class: CSV::Writer

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

prepare()
private

No documentation available.

# File lib/csv/writer.rb, line 55
    def prepare
      @encoding = @options[:encoding]

      prepare_header
      prepare_format
      prepare_output
    end