# File lib/asciidoctor/path_resolver.rb, line 150
    def is_root? path
      (path.start_with? SLASH) || (@file_separator == BACKSLASH && (WindowsRootRx.match? path))
    end