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