39 40 41
# File 'lib/git_stats/git_data/repo.rb', line 39 def tree @tree ||= Tree.new(repo: self, relative_path: @tree_path) end