General

Profile

LeonardoDNA (Leonardo Prado)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

02/11/2020

02:57 PM Ruby Bug #16625 (Rejected): Wrong File.basename return on UNC paths
I've got some strange behavior while working with UNC paths on windows:
``` ruby
irb(main):001:0> File.basename('C:/foo/bar/baz.ext')
irb(main):002:0> File.basename('//server/foo/bar/baz.ext')
=> "baz.ext"
Correct
irb(main):003...
LeonardoDNA (Leonardo Prado)

Also available in: Atom