]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/mv/mv_runner.rb
Add a bunch more crap and rewrite a bunch more crap. Now the 'rm' mode at least runs.
[mailshears.git] / lib / mv / mv_runner.rb
diff --git a/lib/mv/mv_runner.rb b/lib/mv/mv_runner.rb
new file mode 100644 (file)
index 0000000..a0fa8e7
--- /dev/null
@@ -0,0 +1,8 @@
+class MvRunner
+  include Runner
+
+  def run(plugin, src, dst)
+    puts "Not implemented"
+  end
+
+end