relative_path_from(base_directory)
Instance Public methods
Returns a relative path from the given base_directory
to the
receiver.
If self
is absolute, then base_directory
must be
absolute too.
If self
is relative, then base_directory
must be
relative too.
This method doesn't access the filesystem. It assumes no symlinks.
ArgumentError is raised when it cannot find a relative path.
Please login to continue.