class Bootsnap::LoadPathCache::Path

def expanded_path

def expanded_path
  if @real
    path
  else
    @expanded_path ||= File.expand_path(path).freeze
  end
end