Method: Git::Diff#size

Defined in:
lib/git/diff.rb

#size



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

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