Module: Time::DiffUnits
- Includes:
- Units
- Defined in:
- lib/timeunits.rb,
lib/timeunits-0.0.2.rb
Constant Summary
Constants included
from Units
Units::VERSION
Instance Method Summary
collapse
Methods included from Units
#centuries, #days, #decades, #hours, #microseconds, #milliseconds, #minutes, #months, #seconds, #weeks, #years
Instance Method Details
#__less__ ⇒ Object
29
|
# File 'lib/timeunits.rb', line 29
def __less__() "*" end
|
#__more__ ⇒ Object
30
|
# File 'lib/timeunits.rb', line 30
def __more__() "/" end
|