# File lib/asciidoctor/path_resolver.rb, line 287 def join_path segments, root = nil root ? %(#{root}#{segments * SLASH}) : segments * SLASH end