class Git::Object::Tree

def depth

def depth
  @base.lib.tree_depth(@objectish)
end