]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/common/runner.rb
In the middle of refactoring the binary to accept three modes of execution. Does...
[mailshears.git] / lib / common / runner.rb
diff --git a/lib/common/runner.rb b/lib/common/runner.rb
new file mode 100644 (file)
index 0000000..c48f89a
--- /dev/null
@@ -0,0 +1,5 @@
+module Runner
+  def run(plugin, targets)
+    raise NotImplementedError
+  end
+end