]> gitweb.michael.orlitzky.com - mailshears.git/blob - lib/prune/prune_dummy_runner.rb
8e9fcd9f14280e43af55c7fe10a43940e61efeb1
[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