tmlee / time_difference

The missing Ruby method to print out time difference (duration) in year, month, week, day, hour, minute, and second.
https://rubygems.org/gems/time_difference
MIT License
305 stars 92 forks source link

abs as option #17

Closed nallwhy closed 8 years ago

nallwhy commented 8 years ago

As a user, I need to get a not abs value sometimes. So, I added abs as a third param of between method.