method

lockfile_path

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.

lockfile_path()
private

No documentation available.

# File lib/bundler/source/path.rb, line 137
      def lockfile_path
        return relative_path(original_path) if original_path.absolute?
        expand(original_path).relative_path_from(Bundler.root)
      end