# frozen_string_literal: true module Expire # Keep one backup per month class KeepMonthlyRule < KeepAdjectiveRuleBase end end