# File r4tw.rb, line 676 def store_to_file(file_name) File.open(file_name,"w") { |f| f << "<div id=\"storeArea\">\n#{store_to_s}</div>" } puts "Wrote store only to '#{file_name}'" end