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