class Bootsnap::LoadPathCache::RealpathCache

def realpath(caller_location, path)

def realpath(caller_location, path)
  base = File.dirname(caller_location)
  abspath = File.expand_path(path, base).freeze
  find_file(abspath)
end