Method: Bundler::SharedHelpers#relative_lockfile_path

Defined in:
lib/bundler/shared_helpers.rb

#relative_lockfile_pathObject

[View source]

229
230
231
# File 'lib/bundler/shared_helpers.rb', line 229

def relative_lockfile_path
  relative_path_to(Bundler.default_lockfile)
end