]>
gitweb.michael.orlitzky.com - mailshears.git/blob - lib/prune/plugins/roundcube.rb
3 require 'prune/prune_plugin'
4 require 'rm/plugins/roundcube'
7 # Handle the pruning of Roundcube users from its database. This class
8 # doesn't need to do anything; by inheriting from {RoundcubeRm}, we get
9 # its {RoundcubeRm#remove_user} method and that's all we need to prune.
11 class RoundcubePrune
< RoundcubeRm
12 # Needed for the magic includers <tt>run()</tt> method.