ruby / csv

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

Remove no longer required refinements #250

Closed Maumagnaguagno closed 2 years ago

Maumagnaguagno commented 2 years ago

Since PR #159, the minimum Ruby version is 2.5.0, a version which no longer requires refinements for String#delete_suffix?, String#match? and Regexp#match?.

kou commented 2 years ago

Good catch!