class CsvShaper::Encoder

Encoder Takes a Header and Array of Rows and converts them to a valid CSV formatted String Example: “‘ CsvShaper::Encoder.new(@header, @rows).to_csv “`