method

years

v5.1.7 - Show latest stable - Class: Integer
years()
public

No documentation available.

# File activesupport/lib/active_support/core_ext/integer/time.rb, line 25
  def years
    ActiveSupport::Duration.years(self)
  end