# File lib/active_support/core_ext/time/calculations.rb, line 186
        def next_month
          months_since(1)
        end