require 'pg' require 'prune/prune_plugin' require 'rm/plugins/davical' # Handle the pruning of DAViCal users from its database. This class # doesn't need to do anything; by inheriting from {DavicalRm}, we get # its {DavicalRm#remove_user} method and that's all we need to prune. # class DavicalPrune < DavicalRm # Needed for the magic includers run() method. include PrunePlugin end