Rather than just return the greatest time unit (e.g. years over months), be able to get the time delta in one unit, exclusively. e.g. => ``` ruby TimeWarp.total_seconds # => 3446151 TimeWarp.total_days # => 39.88 # etc. ```
Rather than just return the greatest time unit (e.g. years over months), be able to get the time delta in one unit, exclusively.
e.g. =>