> Random playing around... > > Neo:~/Desktop$ ruby gregory_seidmans_solution.rb > test_document.txt Atchtaed is my rñÔumé® > Neo:~/Desktop$ ruby gregory_seidmans_solution.rb > test_document.txt Acaehttd is my rñÔumé® > Neo:~/Desktop$ ruby gregory_seidmans_solution.rb > test_document.txt Atceahtd is my rñÔumé® > Neo:~/Desktop$ ruby gregory_seidmans_solution.rb > test_document.txt Ahaecttd is my rñÔumé® > Keep in mind that longer words with a purely randomly munged inside will not be "readable". "Ahaecttd" takes effort to figure out that it was "Attached" before the munging. The physical process of munging is very easy (as we've seen from people reporting one line results), but modeling something that'll also produce "readable" results for all lengths of words is a bit more challenging. :) -M