# File r4tw.rb, line 606 def add_tiddlers(file_names) file_names.reject{|f| f.match(/^#/)}.each do |f| add_tiddler_from_file(f) end end