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