# File lib/git/base.rb, line 463
    def cat_file(objectish)
      self.lib.object_contents(objectish)
    end