Method: Git::Base#ls_tree
- Defined in:
- lib/git/base.rb
permalink #ls_tree(objectish, opts = {})
675 676 677 |
# File 'lib/git/base.rb', line 675 def ls_tree(objectish, opts = {}) self.lib.ls_tree(objectish, opts) end |
675 676 677 |
# File 'lib/git/base.rb', line 675 def ls_tree(objectish, opts = {}) self.lib.ls_tree(objectish, opts) end |