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