X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=lib%2Fcommon%2Frunner.rb;h=32f2b3ecf8bb0354408fb7fbe46596155e2baf3a;hp=b9bb8c9323af87df7d097f2879f481f7ba7cd039;hb=20b843bddcd73833d41f98ff79d92ef59bb4d81e;hpb=51f027b01e242737956c3ab5aecdd322d6ceeeed diff --git a/lib/common/runner.rb b/lib/common/runner.rb index b9bb8c9..32f2b3e 100644 --- a/lib/common/runner.rb +++ b/lib/common/runner.rb @@ -1,4 +1,5 @@ module Runner + def run(plugin, targets) raise NotImplementedError end