Sha256: 3283574dadcb763964a5d374e9367f27f10f58b1ccccd1ead549a5a38d00641b
Contents?: true
Size: 240 Bytes
Versions: 1
Compression:
Stored size: 240 Bytes
Contents
module TimeLord module Units # Very long units of time FORTNIGHT = WEEK * 2 OLYMPIAD = YEAR * 4 LUSTRUM = YEAR * 5 INDICTION = YEAR * 15 JUBILEE = DECADE * 5 EON = 1.0/0 end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
time-lord-1.0.1 | lib/time-lord/units/long.rb |