]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/common/runner.rb
Way too many changes to mention. The 'rm' mode works now.
[mailshears.git] / lib / common / runner.rb
index c48f89a4f629168d657142871bc19f46ed781c27..b9bb8c9323af87df7d097f2879f481f7ba7cd039 100644 (file)
@@ -2,4 +2,10 @@ module Runner
   def run(plugin, targets)
     raise NotImplementedError
   end
+
+  def report(plugin, msg)
+    print "#{plugin.class.to_s()} - "
+    puts msg
+  end
+
 end