Method: GitStats::GitData::Repo#comment_stats
- Defined in:
- lib/git_stats/git_data/repo.rb
#comment_stats ⇒ Object
114 115 116 |
# File 'lib/git_stats/git_data/repo.rb', line 114 def comment_stats @comment_stats ||= commits.map(&:comment_stat) end |