30 31 32
# File 'lib/commit.rb', line 30 def tree @tree ||= Tree.new(@jrepo, TREE_TYPE, nil, @jcommit.get_tree) end