27 28 29
# File 'lib/git/base/factory.rb', line 27 def gblob(objectish) Git::Object.new(self, objectish, 'blob') end