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