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