Project

General

Profile

« Previous | Next » 

Revision cc5b7ed1

Added by jeremyevans (Jeremy Evans) almost 5 years ago

Document limitation of Pathname#relative_path_from [ci skip]

This method is explicitly documented to not access the filesystem,
and the only way to get the correct behavior for a case where the
filesystem's case sensitivity differs from the operating system
default would be to access the filesystem.

Fixes [Bug #15417]