W3cubDocs

/Crystal

struct CSV::Builder::Row

Overview

A CSV Row being built.

Defined in:

csv/builder.cr

Instance Method Summary

Instance Method Detail

def <<(value : String)Source

Appends the given value to this row.

def <<(value : Nil | Bool | Number)Source

Appends the given value to this row.

def <<(value)Source

Appends the given value to this row.

def concat(values : Enumerable)Source

Appends the given values to this row.

def concat(*values)Source

Appends the given values to this row.

def skip_cellSource

Appends a comma, thus skipping a cell.

© 2012–2020 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/0.35.1/CSV/Builder/Row.html