Method: Git::Base#ls_tree

Defined in:
lib/git/base.rb

#ls_tree(objectish) ⇒ Object



525
526
527
# File 'lib/git/base.rb', line 525

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