]> gitweb.michael.orlitzky.com - mailshears.git/blob - lib/prune/prune_runner.rb
Move domain removal into the plugins.
[mailshears.git] / lib / prune / prune_runner.rb
1 require 'common/runner'
2
3 class PruneRunner
4 include Runner
5
6 def run(plugin)
7 puts "Not implemented"
8 end
9
10 end