# File lib/active_support/core_ext/numeric/time.rb, line 31
        def months
          self * 30.days
        end