Class: Date
Instance Method Summary collapse
- #in_words_since(*args) ⇒ Object (also: #in_words_since_now)
-
#to_time(form = :utc) ⇒ Object
Convert Date to a Time instance.
Instance Method Details
#in_words_since(*args) ⇒ Object Also known as: in_words_since_now
11 12 13 |
# File 'lib/rext/date/helpers.rb', line 11 def in_words_since *args to_time.in_words_since *args end |