ruby / csv

CSV Reading and Writing
https://ruby.github.io/csv/
BSD 2-Clause "Simplified" License
178 stars 113 forks source link

Added headers to RDoc for CSV.foreach #142

Closed BurdetteLamar closed 4 years ago

BurdetteLamar commented 4 years ago

Added headers option in RDoc for CSV.foreach. Also in RDoc for CSV.parse, moved the headers from the call to the data -- more realistic?