]> gitweb.michael.orlitzky.com - mailshears.git/blob - lib/common/runner.rb
c48f89a4f629168d657142871bc19f46ed781c27
[mailshears.git] / lib / common / runner.rb
1 module Runner
2 def run(plugin, targets)
3 raise NotImplementedError
4 end
5 end