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