]> gitweb.michael.orlitzky.com - mailshears.git/blob - lib/common/runner.rb
In the middle of refactoring the binary to accept three modes of execution. Does...
[mailshears.git] / lib / common / runner.rb
1 module Runner
2 def run(plugin, targets)
3 raise NotImplementedError
4 end
5 end