Method: Git::Base#ls_tree
- Defined in:
- lib/git/base.rb
#ls_tree(objectish) ⇒ Object
536 537 538 |
# File 'lib/git/base.rb', line 536 def ls_tree(objectish) self.lib.ls_tree(objectish) end |
536 537 538 |
# File 'lib/git/base.rb', line 536 def ls_tree(objectish) self.lib.ls_tree(objectish) end |