enum

CSV2::Writer::Quoting

Inherits Enum < Comparable < Value < Object

Constants

NONE = 0
RFC = 1
ALL = 2

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