Actions
Bug #18378
closedParsing CSV files from ARGF not working correctly anymore (it stopped working starting from Ruby 2.5)
Description
Hi everyone,
I noticed that, starting from Ruby 2.5, parsing multiple CSV files from ARGF
stops after reading first input.
For example, the simple one-liner:
ruby -r csv -e 'CSV.new(ARGF).each{|row| p row}' file1.csv file2.csv
Only processes the content of file1.csv
Actions
Like0
Like0Like0