Method: Git::Diff#size

Defined in:
lib/git/diff.rb

#size



28
29
30
31
# File 'lib/git/diff.rb', line 28

def size
  cache_stats
  @stats[:total][:files]
end