# File lib/git/object.rb, line 62
      def diff(objectish)
        Git::Diff.new(@base, @objectish, objectish)
      end