# File lib/active_support/core_ext/date/calculations.rb, line 159
        def prev_month
          months_ago(1)
        end