Class: Time

Inherits:
Object
  • Object
show all
Defined in:
lib/git_heroes/ext/time.rb

Overview

Provides #Time.wnum

Instance Method Summary collapse

Instance Method Details

#week_keyObject



8
9
10
# File 'lib/git_heroes/ext/time.rb', line 8

def week_key
  strftime('%Y.%W')
end

#wnumObject



4
5
6
# File 'lib/git_heroes/ext/time.rb', line 4

def wnum
  strftime('%W').to_i
end