Method: GitStats::GitData::Repo#short_stats
- Defined in:
- lib/git_stats/git_data/repo.rb
#short_stats ⇒ Object
110 111 112 |
# File 'lib/git_stats/git_data/repo.rb', line 110 def short_stats @short_stats ||= commits.map(&:short_stat) end |