code/superant.com.rwdtinkerbackwindow/listzips.rb in rwdgutenberg-0.05 vs code/superant.com.rwdtinkerbackwindow/listzips.rb in rwdgutenberg-0.06
- old
+ new
@@ -14,10 +14,10 @@
#loop through and get the files names
a.each do |x|
# only zip files
if x =~ /\.zip/
- # puts "#{x}" #adds the file to the array to display on the screen
+ #adds the file to the array to display on the screen
$zipsarraylocal = $zipsarraylocal | ["#{x}"]
end
end