Method: Git::Base#ls_tree

Defined in:
lib/git/base.rb

#ls_tree(objectish) ⇒ Object



459
460
461
# File 'lib/git/base.rb', line 459

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