struct CSV2::Builder::Row
- CSV2::Builder::Row
- Struct
- Value
- Object
Overview
A CSV Row being built.
Defined in:
csv/builder.crInstance Method Summary
-
#<<(value : String)
Appends the given value to this row.
-
#<<(value : Nil | Bool | Char | Number | Symbol)
ditto
-
#<<(value)
ditto
-
#concat(values : Enumerable)
Appends the given values to this row.
-
#concat(*values)
ditto
-
#skip_cell
Appends a comma, thus skipping a cell.