elgalu/time_ago_in_words

View on GitHub
lib/time_ago_in_words/core_ext/time.rb

Summary

Maintainability
A
0 mins
Test Coverage
# Polite monkey patching to add Time#ago_in_words method
class Time
  include TimeAgoInWords
end