]> gitweb.michael.orlitzky.com - mailshears.git/blob - lib/prune/prune_runner.rb
789ed573623ef3b72cd0e5d983c45e9f1bbc68c1
[mailshears.git] / lib / 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