From: matz@... (Yukihiro Matsumoto) Date: 2001-07-25T16:31:21+09:00 Subject: [ruby-talk:18515] Re: File.expand_path is buggy? (PR#158) Hi, In message "Re: [ruby-talk:18512] Re: File.expand_path is buggy? (PR#158)" on 01/07/25, decoux@moulon.inra.fr writes: | You have this case no ? |pigeon% ruby -e 'p File.expand_path ".."' |"/h/nblg/ts/ruby/ts/r16/ruby/.." |pigeon% | |pigeon% ruby -e 'p File.expand_path "../.."' |"/h/nblg/ts/ruby/ts/r16/ruby/../.." |pigeon% You're right. Your patch (submitted to ruby-bugs) is superior. I'll take that. matz.