method
expand
v2_6_3 -
Show latest stable
- Class:
Bundler::Source::Path
expand(somepath)private
No documentation available.
# File lib/bundler/source/path.rb, line 129
def expand(somepath)
somepath.expand_path(root_path)
rescue ArgumentError => e
Bundler.ui.debug(e)
raise PathError, "There was an error while trying to use the path " "`#{somepath}`.\nThe error message was: #{e.message}."
end