ruby / csv

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

Remove to_s from CSV.filter #263

Closed Maumagnaguagno closed 2 years ago

Maumagnaguagno commented 2 years ago

Keys are expected to be symbols or strings, which can be matched against regular expressions without conversion.