krainboltgreene/time-lord

View on GitHub
lib/time-lord/units/long.rb

Summary

Maintainability
A
0 mins
Test Coverage
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