Closed pezholio closed 8 years ago
Fixes #10 (Definitely this time)
The parse_csv method now returns CSV.new and doesn't parse the whole CSV upfront.
parse_csv
CSV.new
Coverage increased (+0.003%) to 98.709% when pulling f52c874cab3ee6270ea76808ae6a4215f6ed2287 on feature-make-sure-streaming-works into 8487aee6ec3795485d93f23c937a3599cb8d98e7 on master.
Fixes #10 (Definitely this time)
The
parse_csv
method now returnsCSV.new
and doesn't parse the whole CSV upfront.