Class: Time
- Inherits:
-
Object
- Object
- Time
- Defined in:
- lib/time_methods.rb
Instance Method Summary collapse
Instance Method Details
#ago ⇒ Object
97 98 99 |
# File 'lib/time_methods.rb', line 97 def ago TimeMethods.time_ago(self) end |
#factual ⇒ Object
100 101 102 |
# File 'lib/time_methods.rb', line 100 def factual TimeMethods.factual_time(self) end |