method

years_without_deprecation

years_without_deprecation()
public

No documentation available.

# File activesupport/lib/active_support/core_ext/float/time.rb, line 20
        def years_without_deprecation
          ActiveSupport::Duration.new(self * 365.25.days, [[:years, self]])
        end