class Integer

def years

def years
  ActiveSupport::Duration.new(self * 365.25.days.to_i, [[:years, self]])
end