method

months_without_deprecation

months_without_deprecation()
public

No documentation available.

# File activesupport/lib/active_support/core_ext/float/time.rb, line 15
        def months_without_deprecation
          ActiveSupport::Duration.new(self * 30.days, [[:months, self]])
        end