module Bootsnap

def absolute_path?(path)

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

def absolute_path?: (String path) -> bool

This signature was generated using 257 samples from 4 applications.

def absolute_path?(path)
  path[1] == ":"
end