module Bundler::Molinillo::SpecificationProvider

def name_for_locking_dependency_source

Returns:
  • (String) - the name of the source of 'locked' dependencies, i.e.
def name_for_locking_dependency_source
  'Lockfile'
end