class Bootsnap::CLI

def cache_dir=(dir)

def cache_dir=(dir)
  @cache_dir = File.expand_path(File.join(dir, 'bootsnap/compile-cache'))
end