X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=lib%2Frm%2Frm_runner.rb;fp=lib%2Frm%2Frm_runner.rb;h=5fe2eaf933bf7d073a200f23381718ac60529b31;hp=039ae61f7d489c9a0a7807608b959fd912f3c99c;hb=e3826d8926e11763837a591986d453e9ef5d9dec;hpb=a6ae98f0423603445b621a8eaa17443c8d590b45 diff --git a/lib/rm/rm_runner.rb b/lib/rm/rm_runner.rb index 039ae61..5fe2eaf 100644 --- a/lib/rm/rm_runner.rb +++ b/lib/rm/rm_runner.rb @@ -1,7 +1,7 @@ class RmRunner include Runner - def run(plugin, targets) + def run(plugin, *targets) targets.each do |target| # Why think too hard? An account has an @, a domain doesn't. if target.include?('@') then