CSV::Builder::Row

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 | Char | Number | Symbol)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–2017 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/0.22.0/CSV/Builder/Row.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部