struct

CSV2::Writer::Row

Inherits Struct < Value < Object

Constructors

new(builder : CSV2::Writer, separator : Char = ',', quote_char : Char = '"', quoting : Quoting = Quoting::RFC)
Source

Instance methods

<<(value : String) : Nil
Source
<<(value : Nil | Bool | Number) : Nil
Source
<<(value) : Nil
Source
concat(values : Enumerable) : Nil
Source
concat(*values) : Nil
Source
skip_cell
Source