Class: ReeDatetime::TimeAgoInWords
- Inherits:
-
Object
- Object
- ReeDatetime::TimeAgoInWords
- Includes:
- Ree::FnDSL
- Defined in:
- lib/ree_lib/packages/ree_datetime/package/ree_datetime/functions/time_ago_in_words.rb
Instance Method Summary collapse
Instance Method Details
#call(start_time, **opts) ⇒ Object
14 15 16 |
# File 'lib/ree_lib/packages/ree_datetime/package/ree_datetime/functions/time_ago_in_words.rb', line 14 def call(start_time, **opts) distance_of_time_in_words(start_time, now, **opts) end |