class Sprockets::URITar

def absolute_path?

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

def absolute_path?: () -> bool

This signature was generated using 156 samples from 5 applications.

like C:/Schneems.
Windows systems start with a drive letter than colon and slash
Nix* systems start with a `/` like /Users/schneems.

Internal: Tells us if we are using an absolute path
def absolute_path?
  PathUtils.absolute_path?(path)
end