Sha256: 5ac93a944122f31c986c62ee7bb0c15cbe4c38c0856a36516a2181d90b17789d

Contents?: true

Size: 164 Bytes

Versions: 1

Compression:

Stored size: 164 Bytes

Contents

module TimeLord
  module Units
    # Very special units of time
    DECADE     = YEAR    * 10
    CENTURY    = DECADE  * 10
    MILLENNIUM = CENTURY * 10
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
time-lord-1.0.1 lib/time-lord/units/special.rb