# File lib/asciidoctor/path_resolver.rb, line 161
  def is_unc? path
    path.start_with? DOUBLE_SLASH
  end