# File lib/asciidoctor/path_resolver.rb, line 169
  def is_web_root? path
    path.start_with? SLASH
  end