Method: GitStats::GitData::Repo#tree

Defined in:
lib/git_stats/git_data/repo.rb

#treeObject



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