Class: Fixnum

Inherits:
Object
  • Object
show all
Defined in:
lib/blogaze.rb

Overview

wat

Instance Method Summary collapse

Instance Method Details

#ago_in_wordsObject

Shortcut for Time.at(…).ago_in_words



58
59
60
# File 'lib/blogaze.rb', line 58

def ago_in_words
  Time.at(self).ago_in_words
end