X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=lib%2Fcommon%2Frunner.rb;fp=lib%2Fcommon%2Frunner.rb;h=c48f89a4f629168d657142871bc19f46ed781c27;hb=a6ae98f0423603445b621a8eaa17443c8d590b45;hp=0000000000000000000000000000000000000000;hpb=616d9c0f3260f4d8e9bf26140fa6032c3eabca8b;p=mailshears.git diff --git a/lib/common/runner.rb b/lib/common/runner.rb new file mode 100644 index 0000000..c48f89a --- /dev/null +++ b/lib/common/runner.rb @@ -0,0 +1,5 @@ +module Runner + def run(plugin, targets) + raise NotImplementedError + end +end