# File lib/git/base.rb, line 157 def diff(objectish = 'HEAD', obj2 = nil) Git::Diff.new(self, objectish, obj2) end