# File lib/grit/tree.rb, line 17 def self.construct(repo, treeish, paths = []) output = repo.git.ls_tree({}, treeish, *paths) self.allocate.construct_initialize(repo, treeish, output) end