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