]> gitweb.michael.orlitzky.com - mailshears.git/blob - mv/mv_runner.rb
doc/COPYING: add one to state the "or later" bit
[mailshears.git] / 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