class Git::Diff

def insertions

def insertions
  cache_stats
  @stats[:total][:insertions]
end