Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for drive letters #367

Merged
merged 1 commit into from Aug 28, 2015
Merged

Fix for drive letters #367

merged 1 commit into from Aug 28, 2015

Conversation

nobu
Copy link
Member

@nobu nobu commented Aug 27, 2015

Pathname#relative_path_from raises an ArgumentError when the
self path and the base directory have different prefixes, on
Windows and DOSish systems which have drive letters (or UNC).
The absolute path just works fine in that case.

`Pathname#relative_path_from` raises an `ArgumentError` when the
self path and the base directory have different prefixes, on
Windows and DOSish systems which have drive letters (or UNC).
The absolute path just works fine in that case.
hsbt added a commit that referenced this pull request Aug 28, 2015
@hsbt hsbt merged commit 5b2749c into ruby:master Aug 28, 2015
hsbt referenced this pull request in ruby/ruby Aug 28, 2015
  https://github.com/rdoc/rdoc/pull/337
  https://github.com/rdoc/rdoc/pull/367

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51715 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nurse referenced this pull request in nurse/ruby Sep 18, 2015
  https://github.com/rdoc/rdoc/pull/337
  https://github.com/rdoc/rdoc/pull/367

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51715 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
hsbt referenced this pull request in ruby/ruby Dec 22, 2015
mrkn referenced this pull request in mrkn/ruby Apr 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants