class RBS::Collection::Config

def self.to_lockfile_path(config_path)

def self.to_lockfile_path(config_path)
  config_path.sub_ext('.lock' + config_path.extname)
end