]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/mv/mv_plugin.rb
Move the Runner selection into the plugin.
[mailshears.git] / lib / mv / mv_plugin.rb
index 40184422fbd8f9a5601fa3a57a92632163007d47..958f6d40f98d0fd3d3cfdb76d24000c6fcd7b844 100644 (file)
@@ -15,6 +15,14 @@ module MvPlugin
     return @includers
   end
 
     return @includers
   end
 
+  def runner()
+    return MvRunner
+  end
+
+  def dummy_runner()
+    return MvDummyRunner
+  end
+
   def mv_domain(from, to)
     # Rename the given domain.
     raise NotImplementedError
   def mv_domain(from, to)
     # Rename the given domain.
     raise NotImplementedError