p0deje (Alex Rodionov)
- Login: p0deje
- Registered on: 04/27/2017
- Last sign in: 04/26/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
04/27/2017
-
06:09 AM Ruby Bug #13515 (Closed): Pathname#join doesn't add separator on UNC paths
- When using `Pathname#join` on Windows, I have no problems when working with normal paths:
`irb(main):008:0> Pathname.new('C:/selenium').join('common')
=> #<Pathname:C:/selenium/common>`
However, when doing the same thing on UNC sh...