]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/rm/rm_plugin.rb
Move the Runner selection into the plugin.
[mailshears.git] / lib / rm / rm_plugin.rb
index fc0e7a081d97f602124dc9ccaef2ba53b60aa1d6..95c595aa2afc94c881007c8984c7fb4b276aa521 100644 (file)
@@ -15,6 +15,14 @@ module RmPlugin
     return @includers
   end
 
     return @includers
   end
 
+  def runner()
+    return RmRunner
+  end
+
+  def dummy_runner()
+    return RmDummyRunner
+  end
+
   def delete_domain(domain)
     # Delete the given domain. Some plugins don't have a concept of
     # domains, so just delete all users with a username that looks
   def delete_domain(domain)
     # Delete the given domain. Some plugins don't have a concept of
     # domains, so just delete all users with a username that looks