enum

CSV::Builder::Quoting

Inherits Enum / Comparable / Value / Object

Constants

NONE = 0

No quotes

RFC = 1

Quotes according to RFC 4180 (default)

ALL = 2

Always quote

Instance methods

all?

Returns true if this enum value equals ALL

Source
none?

Returns true if this enum value equals NONE

Source
rfc?

Returns true if this enum value equals RFC

Source