# File lib/git/object.rb, line 108 def blobs @blobs ||= check_tree[:blobs] end
# File lib/git/object.rb, line 104 def children blobs.merge(subtrees) end
# File lib/git/object.rb, line 123 def depth @base.lib.tree_depth(@objectish) end
# File lib/git/object.rb, line 119 def full_tree @base.lib.full_tree(@objectish) end
# File lib/git/object.rb, line 113 def trees @trees ||= check_tree[:trees] end
Generated with the Darkfish Rdoc Generator 2.