class Bootsnap::LoadPathCache::Path
def expanded_path
Experimental RBS support (using type sampling data from the type_fusion
project).
def expanded_path: () -> String
This signature was generated using 7 samples from 1 application.
def expanded_path if @real path else @expanded_path ||= File.expand_path(path).freeze end end