Module: Numeric::Units
- Defined in:
- lib/redpomo/numeric_ext.rb
Constant Summary
collapse
- Sec =
1
- Min =
Sec * 60
- Hour =
Min * 60
- Day =
Hour * 24
- Week =
Day * 7
- Month =
Week * 4
- Year =
Day * 365
- Decade =
Year * 10
- Century =
Decade * 10
- Millennium =
Century * 10
- Eon =
1.0/0