class Bootsnap::LoadPathCache::Path

def relative?

Experimental RBS support (using type sampling data from the type_fusion project).

def relative?: () -> false

This signature was generated using 20 samples from 2 applications.

def relative?
  !path.start_with?(SLASH)
end