Method: Git::Base#gtree

Defined in:
lib/git/base.rb

#gtree(objectish) ⇒ Object



169
170
171
# File 'lib/git/base.rb', line 169

def gtree(objectish)
  Git::Object.new(self, objectish, 'tree')
end