Method: Bundler::SharedHelpers#relative_lockfile_path
- Defined in:
- lib/bundler/shared_helpers.rb
permalink #relative_lockfile_path ⇒ Object
[View source]
229 230 231 |
# File 'lib/bundler/shared_helpers.rb', line 229 def relative_lockfile_path relative_path_to(Bundler.default_lockfile) end |