class GitReporting::Report::Group::Month
Public Class Methods
key_for_commit(commit)
click to toggle source
# File lib/git_reporting/report/group.rb, line 24 def self.key_for_commit(commit) commit.timestamp.beginning_of_month end