module Bootsnap

def absolute_path?(path)

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