# File lib/git/base.rb, line 120
    def object(objectish)
      Git::Object.new(self, objectish)
    end