]> gitweb.michael.orlitzky.com - mailshears.git/blob - lib/prune/prune_dummy_runner.rb
Add a bunch more crap and rewrite a bunch more crap. Now the 'rm' mode at least runs.
[mailshears.git] / lib / prune / prune_dummy_runner.rb
1 class PruneDummyRunner
2 include Runner
3
4 def run(plugin)
5 puts "Not implemented"
6 end
7
8 end