]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/prune/prune_plugin.rb
Move the Runner selection into the plugin.
[mailshears.git] / lib / prune / prune_plugin.rb
index e47a5e4aafbd6370fcf07aca76e30b8804fa34c0..0fbe69d12f403f7ed12ce8954b425b72b107d6f1 100644 (file)
@@ -21,6 +21,14 @@ module PrunePlugin
     return @includers
   end
 
+  def runner()
+    return PruneRunner
+  end
+
+  def dummy_runner
+    return PruneDummyRunner
+  end
+
   def get_leftover_domains(db_domains)
     # Given a list of domains, determine which domains belonging to
     # this plugin are not contained in the given list.