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