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