ruby / csv

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

Enhanced RDoc for CSV::Row #173

Closed BurdetteLamar closed 4 years ago

BurdetteLamar commented 4 years ago

Methods:

kou commented 4 years ago

Thanks!

BurdetteLamar commented 4 years ago

@kou: Do users more often use CSV with headers? Or without?

kou commented 4 years ago

I don't know but both of them are typical use cases. There are many CSVs with/without headers in the real world.