# frozen_string_literal: true module Expire # Keep one backup per month from now for a certain period of time class FromNowKeepMonthlyForRule < FromNowKeepAdjectiveForRuleBase end end