lib/smarter_csv/variables.rb in smarter_csv-1.10.3 vs lib/smarter_csv/variables.rb in smarter_csv-1.11.0.pre1
- old
+ new
@@ -13,9 +13,10 @@
@headerA = []
@headers = nil
@raw_header = nil # header as it appears in the file
@result = []
@warnings = {}
+ @v2_mode = false
@enforce_utf8 = false # only set to true if needed (after options parsing)
end
# :nocov:
# rubocop:disable Naming/MethodName