# frozen_string_literal: true module Expire # Keep one backup per hour for a certain period of time. class KeepHourlyForRule < KeepAdjectiveForRuleBase end end