code/superant.com.rwdtinkerbackwindow/listgemzips.rb in rwdshell-0.99 vs code/superant.com.rwdtinkerbackwindow/listgemzips.rb in rwdshell-1.00
- old
+ new
@@ -11,10 +11,10 @@
a.each do |x|
#adjust the filters to the files you want to see...
if(!test(?d,x))
# only zip files
if x =~ /\.zip/
- puts "#{x}" #opens the file thats in fileName as read only
+ #opens the file thats in fileName as read only
$zipsarray = $zipsarray | ["#{x}"]
end
end
end
end