code/superant.com.rwdtinkerbackwindow/listgemzips.rb in rubyslippers-1.04 vs code/superant.com.rwdtinkerbackwindow/listgemzips.rb in rubyslippers-1.06
- 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