]> gitweb.michael.orlitzky.com - mailshears.git/blob - 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
1 class MvRunner
2 include Runner
3
4 def run(plugin, src, dst)
5 puts "Not implemented"
6 end
7
8 end