# File lib_core/rucy/document.rb, line 458
    def alias(path)
      if (@alias_map.include? path) then
        return @alias_map[path]
      end

      nil
    end