Module: SaneCsv

Included in:
CSV
Defined in:
lib/sane_csv.rb,
lib/sane_csv/version.rb

Overview

This ensures that the CSV never returns nil when parsing. Additionally, empty strings will not be quoted when generating CSV.

Constant Summary collapse

VERSION =
"0.1.0"

Instance Method Summary collapse

Instance Method Details

#initialize(data, nil_value: "", quote_empty: false, **options) ⇒ Object



9
10
11
# File 'lib/sane_csv.rb', line 9

def initialize(data, nil_value: "", quote_empty: false, **options)
  super
end