1 2 3 4 5 6 7 8 9
require 'backup/files' module Backup class Registry < Files def initialize super('registry', Settings.registry.path) end end end