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