# File lib/brakeman/app_tree.rb, line 67
    def expand_path(path)
      File.expand_path(path, @root)
    end