]> gitweb.michael.orlitzky.com - mailshears.git/blob - prune/prune_runner.rb
doc/COPYING: add one to state the "or later" bit
[mailshears.git] / prune / prune_runner.rb
1 require 'common/runner'
2
3 class PruneRunner
4 include Runner
5
6 def run(plugin)
7 puts "Not implemented"
8 end
9
10 end