Method: Git::Base#ls_tree

Defined in:
lib/git/base.rb

#ls_tree(objectish)



622
623
624
# File 'lib/git/base.rb', line 622

def ls_tree(objectish)
  self.lib.ls_tree(objectish)
end