Method: Git::Base#gblob
- Defined in:
- lib/git/base.rb
#gblob(objectish) ⇒ Object
177 178 179 |
# File 'lib/git/base.rb', line 177 def gblob(objectish) Git::Object.new(self, objectish, 'blob') end |
177 178 179 |
# File 'lib/git/base.rb', line 177 def gblob(objectish) Git::Object.new(self, objectish, 'blob') end |