Method: Git::Object::Tree#depth

Defined in:
lib/git/object.rb

#depth

[View source]

127
128
129
# File 'lib/git/object.rb', line 127

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