class Time

Public Instance Methods

age() click to toggle source
# File lib/rm_old.rb, line 60
def age
        Time.now - self
end