ruby / csv

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

Fix docs for :strip option #114

Closed tmtm closed 4 years ago

tmtm commented 4 years ago

:strip オプションの説明で、"\t\r\n\f\v" を strip すると書かれていますが、" \t\f\v" の間違いだと思います。