danielpclark / faster_path

Faster Pathname handling for Ruby written in Rust
MIT License
781 stars 29 forks source link

Pathname#extname #47

Closed mble closed 8 years ago

mble commented 8 years ago

I'd like to take on Pathname#extname, as outlined in https://github.com/danielpclark/faster_path/issues/30


mble commented 8 years ago

PR from @gogainda https://github.com/danielpclark/faster_path/pull/48 solves this.