class GitReporting::Report::Group::Day

Public Class Methods

key_for_commit(commit) click to toggle source
# File lib/git_reporting/report/group.rb, line 12
def self.key_for_commit(commit)
  commit.timestamp.to_date
end