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::Table #166

Closed BurdetteLamar closed 4 years ago

BurdetteLamar commented 4 years ago

Methods:

Also:

(I know, I've violated the one-topic principle.)

BurdetteLamar commented 4 years ago

@kou, here's another PR. This completes all the methods in CSV::Table except #dig. I have to wait on a change from JeremyEvans for that.

kou commented 4 years ago

Thanks!