25 26 27 28 29
# File 'lib/time_ago.rb', line 25 def self.since(time) if str = in_words(time) "#{str} ago" end end