Sha256: eced391a366d569af24aa0adaafdb323f351d5d618a56590d1022fbc1418172e
Contents?: true
Size: 107 Bytes
Versions: 3
Compression:
Stored size: 107 Bytes
Contents
module DateMisc module WdayPosition def wday_position (self.day - 1) / 7 + 1 end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
date_misc-1.1.1 | lib/date_misc/wday_position.rb |
date_misc-1.1.0 | lib/date_misc/wday_position.rb |
date_misc-1.0.0 | lib/date_misc/wday_position.rb |