136 137 138
# File 'lib/wcc/diff.rb', line 136 def ndeletions @di.inject(0) { |sum,o| sum += (o.status == :del ? 1 : 0) } end