method

months

months()
public

No documentation available.

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