]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/rm/rm_dummy_runner.rb
Add a bunch more crap and rewrite a bunch more crap. Now the 'rm' mode at least runs.
[mailshears.git] / lib / rm / rm_dummy_runner.rb
index c79e0467984198e903eef70ae296fae91dc17c60..d6c2c5f85223a80ce93c6d9a2f4b126954c3b20a 100644 (file)
@@ -1,7 +1,7 @@
 class RmDummyRunner
   include Runner
 
-  def run(plugin, targets)
+  def run(plugin, *targets)
     targets.each do |target|
       if target.include?('@') then
         puts "Would remove account: #{target}"