X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=lib%2Fcommon%2Frunner.rb;h=32f2b3ecf8bb0354408fb7fbe46596155e2baf3a;hp=b9bb8c9323af87df7d097f2879f481f7ba7cd039;hb=483d14dc8228a81d12fb109d3ed6510e2d2b03c1;hpb=e7fa62fc599b7583102fe48fbaad3db4f911a6da;ds=sidebyside 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