]> gitweb.michael.orlitzky.com - mailshears.git/blob - lib/mv/mv_runner.rb
Update PruneDummyRunner to pass a Configuration to PostfixadminPrune.
[mailshears.git] / lib / mv / mv_runner.rb
1 require 'common/runner'
2
3 class MvRunner
4 include Runner
5
6 def run(plugin, src, dst)
7 puts "Not implemented"
8 end
9
10 end