]> gitweb.michael.orlitzky.com - mailshears.git/blob - lib/mv/mv_runner.rb
a0fa8e7ae6089e9899a7910b0355b3b12c7a14df
[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