Method: Git::Diff#size

Defined in:
lib/git/diff.rb

#size



30
31
32
33
# File 'lib/git/diff.rb', line 30

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