]> gitweb.michael.orlitzky.com - mailshears.git/blob - lib/prune/prune_dummy_runner.rb
Way too many changes to mention. The 'rm' mode works now.
[mailshears.git] / lib / prune / prune_dummy_runner.rb
1 require 'common/runner'
2
3 class PruneDummyRunner
4 include Runner
5
6 def run(plugin)
7 puts "Not implemented"
8 end
9
10 end