class RBS::Collection::Cleaner

def initialize(lockfile_path:)

def initialize(lockfile_path:)
  @lock = Config.from_path(lockfile_path)
end