mimimi / ruby-tsv

Simple TSV parser
MIT License
37 stars 4 forks source link

Cache row width and default header on initialization #8

Open Slotos opened 9 years ago

Slotos commented 9 years ago

We should cache first line and row width on initialization, rewinding on a whim is not expected and leads to inconsistent behaviour.