ruby / pathname

Pathname represents the name of a file or directory on the filesystem, but not the file itself.
BSD 2-Clause "Simplified" License
24 stars 16 forks source link

JRuby support #17

Open headius opened 2 years ago

headius commented 2 years ago

JRuby has its own logic for pathname, with a mix of Ruby and Java extension code. We would like to use the gem, so we will need to merge in our version. I will handle the work necessary.

hsbt commented 2 years ago

👍