# File lib/asciidoctor/path_resolver.rb, line 176 def expand_path(path) path_segments, path_root, _ = partition_path(path) join_path path_segments, path_root end