General

Profile

7er (Syver Enstad)

Issues

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

Activity

11/20/2012

08:15 PM Ruby Feature #7412 (Assigned): Pathname#relative_path_from does not support mixed directory separators on windows
=begin
The support for mixing backslashes and forward slashes in the pathname module in the standard library seems to be broken on windows
require 'pathname'
base = Pathname.new("c:\\")
filepath = Pathname.new("c:/foo/b...
7er (Syver Enstad)

Also available in: Atom