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