lib/expire/commands/remove.rb in expire-0.2.2 vs lib/expire/commands/remove.rb in expire-0.2.3

- old
+ new

@@ -1,7 +1,7 @@ # frozen_string_literal: true -require_relative '../command' +require_relative "../command" module Expire module Commands # Remove files and directories class Remove < Expire::Command