ruby / pathname

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

Implement Pathname#lutime #20

Closed knu closed 2 years ago

knu commented 2 years ago

File.lutime was added in Ruby 2.5 but Pathname#lutime hasn't been added.

knu commented 2 years ago

I actually got approval from @akr in today's developer meeting, so I'm merging this!