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