Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
csv2
v0.2.0
CSV2
Builder
Quoting
Row
Error
Lexer
MalformedCSVError
Parser
Row
Token
Kind
Built with Crystal 1.9.2
2023-10-08 13:43:40 UTC
enum
CSV2::Builder::Quoting
Defined in:
csv/builder.cr
Enum Members
NONE
=
0
RFC
=
1
ALL
=
2
Instance Method Summary
#all?
#none?
#rfc?
Instance Method Detail
def
all?
#
[
View source
]
def
none?
#
[
View source
]
def
rfc?
#
[
View source
]