Closed ahorek closed 6 years ago
nice!
only concern is ... can we confirm that all the extensions there start with .
?
the result from File.extname should always start with a single "." or be empty.
here's the related code https://github.com/ruby/ruby/blob/081df640833fb4871048bcecffe61f110facd352/file.c#L4436
AFAIK this change should be safe
looks good to me then! thanks