lib/smarter_csv/variables.rb in smarter_csv-1.11.0.pre2 vs lib/smarter_csv/variables.rb in smarter_csv-1.11.0
- old
+ new
@@ -13,10 +13,9 @@
@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