method

expand

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