code/superant.com.gutenberg/listtextfilesgutenberg.rb in rwdgutenberg-0.06 vs code/superant.com.gutenberg/listtextfilesgutenberg.rb in rwdgutenberg-0.07
- old
+ new
@@ -11,10 +11,11 @@
a.each do |x|
#adjust the filters to the files you want to see...
if(!test(?d,x))
# only lnk files
if x =~ /rb|txt|lst/
- puts "#{x}" #opens the file thats in fileName as read only
+ # puts "#{x}"
+
$gutenbergarray = $gutenbergarray | ["#{x}"]
end
end
end
end
\ No newline at end of file