Method: Git::Base#gblob
- Defined in:
- lib/git/base.rb
permalink #gblob(objectish) ⇒ Git::Object
Returns a Git object.
728 729 730 |
# File 'lib/git/base.rb', line 728 def gblob(objectish) Git::Object.new(self, objectish, 'blob') end |