Bob Hutchison <hutch / recursive.ca> writes: >>>> That one change is from: >>>> >>>> >>>>> "puts #{line.chomp.dump}\n" >>>>> >>>> >>>> to: >>>> "puts \"#{line.chomp}\"\n" >>>> (just added the quotes). >>>> >>> >>> and lost the dump >>> >> >> And broke it. >> | blah = 42 >> Hello. I'm an evil template. ", `rm -rf /`, "I advise against >> running me as root. >> >> Devin >> > > Broke it? Nah, it was already 'broken'. And anyway, that's what I > wanted to do, and really would've 'broken' it to achieve that :-) You broke it because " can't appear as-is in the file anymore. (Which is likely what I want when I code C or something.) -- Christian Neukirchen <chneukirchen / gmail.com> http://chneukirchen.org