method

expand

ruby latest stable - Class: Bundler::Source::Path

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

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