class Bootsnap::LoadPathCache::RealpathCache

def initialize

def initialize
  @cache = Hash.new { |h, k| h[k] = realpath(*k) }
end