# File lib/grit/repo.rb, line 489 def tree(treeish = 'master', paths = []) Tree.construct(self, treeish, paths) end